-
### Summary
Several generative models within Ersilia, particularly those used by ChemSampler, would benefit with running on GPU rather than CPU to speed up performance. However, due to the fact thaā¦
-
@xMeM
I have one Mali GPU device, so Iām reporting additional test results!The test environment is as follows.
- Package: mesa-vulkan-icd-wrapper latest version
- Device: Poco M4
- SoC: Mediaā¦
-
### Cloud Computing Instance Flavor
g3.xl - GPU instance (32 CPUs, 125 GB RAM and A100 GPU)
### Description
I am launching this request to test email decryption in a separate instance.
###ā¦
-
### š Describe the bug
getting inconsistent results on CPU and GPU when computing torch.nn.BatchNorm1d
```python #
#include
#include
int main() {
torch::Tensor input = torch::tensoā¦
-
### System Info
```Shell
- `Accelerate` version: 1.0.1
- Platform: Linux-5.4.0-169-generic-x86_64-with-glibc2.35
- `accelerate` bash location: /opt/conda/bin/accelerate
- Python version: 3.10.1ā¦
-
(NCudaLib::TOutOfMemoryError) /src/catboost/catboost/cuda/cuda_lib/memory_pool/stack_like_memory_pool.h:303: Error: Out of memory. Requested 8880 MB; Free 5902.061425 MB
uncaught exception:
addrā¦
-
(originally filed at https://github.com/EmbarkStudios/rust-gpu/issues/1140)
When setting `#[spirv(fragment)]` on a non-pub function, rust-gpu errors with an obtuse error:
```
error: error:0:0 -ā¦
-
I find I get the following warnings about CUDA as I don't have the correct nVidia driver installed.
```
ā± topostats --help
2024-10-11 15:14:19.949079: I external/local_xla/xla/tsl/cuda/cuā¦
-
I've managed to setup a Talos cluster with both amd64 and arm64 worker nodes. I have no issues running amd64 GPU jobs using the nonfree / production nvidia driver extension. There have been some sharā¦
-
## Bug description
I've experienced the following inconsistency between GPU and CPU gradient computation for `sum(abs, _)`.
```julia-repl
julia> using Zygote, CUDA
julia> rl, cplx = [0.0f0],ā¦