-
What would it take to make `hcubature` GPU-friendly? In the sense that there is no scalar indexing. Is that even possible?
MWE:
```
using HCubature, CUDA
CUDA.allowscalar(false)
hcubature(x -…
-
**Describe the bug**
I try to run service with GPU support, specifically Mobilenet-gpu build. I start it by `docker-compose up`, than go to web gui and use verification service. Gui stuck for a minut…
-
Hash maps already have an STL implementation. However, that STL implementation does not play nicely with accelerators, as most STL data structures don’t. This is unfortunate, due to the usefulness of …
-
I tried to use RWKV(e.g., Vision-RWKV) in CV tasks. But I found RWKV shows similar GPU memory occupancy to full-attention Transformer (like ViT) when training. I found both RWKV and Vision-RWKV only p…
thucz updated
1 month ago
-
# Implement Multi-GPU Support in Anomalib
Depends on:
- [x] https://github.com/openvinotoolkit/anomalib/issues/2257
- [ ] https://github.com/openvinotoolkit/anomalib/issues/2365
- [ ] https://git…
-
```julia
using NNlib, CUDA
julia> NNlib.gather(rand(0,32),[2,3,4]) #on CPU
0×3 Matrix{Float64}
julia> a = rand(0,32)|>gpu
0×32 CuArray{Float32, 2, CUDA.Mem.DeviceBuffer}
julia> idx = cu[…
-
### Description
my opentoonz software is always crashing, I have tried everything but still same. And i might switch software soon cause of this bug and so many of my artist friend have stop using op…
-
Dear jax team,
this is just a friendly bump on the implementation of eigendecomposition and batched SVD on GPU. Are you planning on implementing these?
Should I want to implement it myself, wou…
-
Bounty: 250 €
Description:
T2 SDE though being a source based and develoepr friendly environment available on aprox. 25 different hardware architectures shall gather some improved user experienc…
-
First, I have to say that this is absolutely fantastic. I've tried many, many different TTS models with RVC and this just works. Not only that, it sounds great. I used to train in XTTS-FineTune the…