-
When Run Demo `python -m torch.distributed.run --nnodes=1 --nproc_per_node=2 source/standalone/workflows/rl_games/train.py --task=Isaac-Quadcopter-Direct-v0 --headless --distributed`, I get this error…
-
Hi, very interested to see this happening. Is there any chance this will support CUDA.jl?
-
CUDA offers a library named CUPTI - the [CUDA Profiling Tools Interface](https://developer.nvidia.com/CUPTI-CTK10_2):
> CUPTI provides a set of APIs targeted at ISVs creating profilers and other pe…
-
If you put these lines:
```cmake
# If you want to use the library without installing it, you'll need to
# copy the file we generate here, cuda-kat-config.cmake, into the
# build directory, and s…
-
Hello OpenCL people :-)
First - thank you and the consortium for maintaining this repository along with the C-ish APIs. It's important and useful.
I'm the author of [cuda-api-wrappers](https://g…
-
While the driver wrappers branch has come a long way, it still uses some CUDA runtime API constants, types, and API calls. Some of this might be unavoidable, but many can still be replaced with no dif…
-
Currently (and in #100) we use CUDA stream class `cuda::stream_t` from the CUDA API wrappers. This issue is to discuss whether we should continue to do so, or switch to the `cudaStream_t` (or do somet…
-
Hello @daadaada ,
I wanted to write you an email, but couldn't find an address anywhere so I'm filing an issue instead.
I'm the author of [eyalroz/cuda-api-wrappers](https://github.com/eyalroz/c…
-
Hi, I'm encountering problem when trying to import dwpose.py. It looks like the problem is cuda version or torch version, I'm wondering that is there specific requirements for cuda or pytorch version?…
-
Expected release date: Mar 15th, 2024
# General
1. [x] Support general page table layout (@yzh119 )
2. [ ] sm70/75 compatibility (@yzh119 )
3. [ ] performance: using fp16 as intermediate data ty…