Rui Xia

Results 24 comments of Rui Xia

Wouldn't it be more natural to put `compile_commands.json` in the highest priority, since it specifies the CFLAGS for every source file independantly? If a specific file is not found in...

I am sort of busy these days. I will do a profiling when I have time.

I am experiencing exactly the same issue on Win10 + VS2015 + CUDA9.0. It seems that partially-specialized class inheritance on Windows is very buggy. The following patch works for me....

To fully solve the issue, I think we need reimplement `arg_ops.cu`, without defining class template specializations, without using Eigen.

I am still having this issue with the latest master branch in pytorch (VS2015, CUDA9.0). And the change I mentioned above now completely fixes compile error (because eigen tensor implementation...

This issue has been solved by the pull request on PyTorch repo https://github.com/pytorch/pytorch/pull/6296

I am using Netgear A7000 on Raspberry Pi 4b with OpenWRT. And USB 3.0 works for me after setting `rtw_switch_usb_mode=1`. Not sure about injection. I am just using it as...

I think I have done pretty much of the tasks in the main content of this issue. Checkout my fork here: https://github.com/harrysummer/sile/tree/win32 * The reproducible Windows build: this is handled...

Just want to share with you the workspace on Windows I am using. It is quite fascinating that we can configure to use TeXstudio for editting SILE, and then previewing...