-
### š Describe the bug
version:
python 3.10
torch 2.1.0
cuda 12.1
put breakpoint in row x = x.detach()
```python
import torch
import torchvision
class BoQ_DinoV2(torch.nn.Module):
ā¦
-
**Description**
An `irfft` applied to a real-value `CuArray` somehow seems to cause a collect to a non-Cuda array:
**Example**
```julia
julia> using CUDA, FFTW
julia> irfft(CuArray(ones(6,10)),ā¦
-
### Your current environment
The output of `python collect_env.py`
```text
$ python collect_env.py
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
ā¦
-
Hi, when I use `pip install git+https://github.com/tatsy/torchmcubes.git` to install, it will cause:
I am using Python 3.12.2 and CUDA 12.2.
```bash
pip install git+https://github.com/tatsy/torā¦
-
Hello, very nice video, and very nice tutorial on alternatives to langchain.
I am having troubles with haystack however, I tried to overcome dependency issues but couldn't get ingest.py to work prā¦
-
I had an issue in one of the services I work on, where it would use more and more memory until crashing. After some digging around I was able to reduce it to the following script:
```python
import aā¦
-
-
## Bug Report
@trilinos/stokhos @etphipp
### Description
The `Stokhos_TpetraCrsMatrixUQPCEUnitTest_Cuda_MPI_4` unit test fails in cuda/11.4.2 builds with the following output:
```
...
317: Cuā¦
-
**Description**
A clear and concise description of what the bug is.
I am trying to use the newly introduced [triton inference server In-Process python API](https://github.com/triton-inference-serverā¦
-
Hi,
With the maturity of Panama [Foreign-Function and Memory API](https://openjdk.org/jeps/454) now official in java 22, are there future plans JOCL and of course JCUDA to utilise it? I've seen itā¦