-
I propose to add the ability to add methods that return the current parameters of the accelerator:
* temperature
* fan speed
* cpu and memory frequencies
-
### Question
I'm trying to find the most similar vectors on the graphics card using cosine similarity.
But in the `Accelerator.Synchronize()` method I get an exception **ILGPU.Runtime.Cuda.CudaE…
-
Hello, i tried testing an app with CUDA on WSL2, on Windows it worked perfectly fine but in WSL it doesn't detect a Cuda device but only the CPU accelerator. The nvidia deviceQuery sample and nvidia-s…
-
First, I appreciate the developpers for this amazing work.
I am currently using GPU to perform some image processing. I want to calculate the true image coordinates by iterating the value in order …
-
### Question
Hi m4rs-mt and team, kudos for this library!
I'm facing an issue trying to migrate a resampling computation from CPU to GPU.
I simplified the code below as much as I could to repro…
-
This ticket will track potential things to cleanup in our CI.
A lot of this can be based on what is present in https://github.com/G-Research/fasttrackml/tree/main/.github/workflows
## New Struct…
-
I expected the new `Int128` data type to just work, even if not necessarily performant. However, I have found an unexpected issue.
The following kernel does not work on Cuda, and generates the wron…
MoFtZ updated
6 months ago
-
Whenever I run a kernel with ILGPU, these exceptions are thrown:
> System.BadImageFormatException
HResult=0x8007000B
Message=Metadata header too small.
Source=System.Reflection.Metadata
…
-
**Version Used**:
.NET 8.0 (SDK 8.0.100, Windows x64 Installer)
**Steps to Reproduce**:
1. Create a `net8.0` project.
2. Create a C# file (`Context.cs`) containing a class having a Property…
MoFtZ updated
10 months ago
-
Not sure if it is a bug or a missing feature, but it appears to be impossible for multiple GPUs to use the same pinned memory on host.
Code:
```
var startTime = DateTime.Now;
…