cloudhan
cloudhan
https://github.com/bazel-contrib/rules_cuda/issues/283#issuecomment-2674177903 > fatal error: 'curand_mtgp32_kernel.h' file not found maybe just add the curand as an mandatory deps to the generated repo, to make the problem much easier to solve.
> The downloaded repos don't have a version.txt or version.json file. For version.json, we can just add it, the redistrib.json contains all the information.
`clang++-19 -xcu -c --cuda-compile-host-device kernel.cu -o kernel.o` produces only one file actually.
> The Windows x64 QNN CI Pipeline seems to be failing. Could be related to these updates. @adrianlizarraga How should I understand a still open PR to cause CI pipeline...
@thakkarV Do NV has any plan to address this issue? This one is quite subtle and can be easily made wrong. And it will be a breaking change for the...
This is unavailable, which is also quite annoying... ```nushell use $'($env.FILE_PWD)/my_config.nu' ```
Not exactly, in the `config.nu`, with `use my_config.nu` cd to `AppData\Roaming\nushell` (the dirname of `$nu.config-path`), it loads fine, but then in `AppData\Roaming` ``` × Module not found. ╭─[C:\Users\cloud\AppData\Roaming\nushell\config.nu:767:1] 767 │...
For latter comers, to allow the loading, follow https://github.com/nushell/nushell/issues/4662#issuecomment-1387377806, `NU_LIB_DIRS` needs to be modified. IMHO, for a shell, it should not be these strict, it should be more dynamic without...
How about stop worrying about the imperfection and just merge it, make a preview release and see how it goes. It is not a mission critical piece of software that...
@71 On Windows 11, the only problem I encountered is `error: unknown option '--follow-symlinks'` and remove all those flags builds the extension flawlessly. EDIT: not yet, seem vsce is dispatch...