-
i cannot build aur python-torchvision-rocm in manjaro because
Emitting ninja build file /var/tmp/pamac-build-chameleon/python-torchvision-rocm/src/vision-0.13.1/build/temp.linux-x86_64-3.10/build.n…
-
npz format is basically a zipped npy. I've seen [other](https://github.com/NVIDIA/DALI/issues/3081) [users](https://github.com/NVIDIA/DALI/issues/2953) who are interested in this as well, so I hope yo…
-
Everything is in place to provide nvjpeg decode directly to gpu memory. I just need to find some spare time to implement the required glue...
- [ ] provide compatible API to chose gpu decoder
- [ …
-
**Is your feature request related to a problem? Please describe.**
cuCIM is currently supporting some generic Digital Pathology-related image formats (generic RGB tiled TIFF, Philips TIFF, etc).
cuC…
-
Hi,
I am trying to install cuda toolkit and I am getting a warning/error at the end:
`/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link`
See last row of the procedure
#…
-
## 环境
- 【FastDeploy版本】:73f42e36beb959717f8a901251a12b0ff162e8d3
- 【编译命令】:
```
cmake .. -G "Visual Studio 17 2022" -A x64 -DENABLE_ORT_BACKEND=ON -DENABLE_PADDLE_BACKEND=ON -DENABLE_OPENVINO_BAC…
-
Hello
the last release works great with versions of pytorch that use python cuda packages, but when torch that is precompiled with cuda binaries is installed, this error appears:
```
Unable to load…
-
Splitting from #3174.
The same way that we run an opengl probe in a subprocess so that we can continue to run the client even if the opengl driver crashes.
We should be able to run an encoding pro…
-
Is it possible to compress png format images into jpeg or jpg formats?
I have a png wallpaper with a resolution of 8000*4113. I try to compress it. The console output is as follows
```
GPUJPEG rev …
-
To customize the installation, we have a few environment variables, e.g.
https://github.com/pytorch/vision/blob/6a85ef24ba7a5d5879c4bd795972881ef5001c9b/setup.py#L146-L149
As can be seen above,…