-
AKAZE can be sped up in several places with GPU routines. Support should be added using WebGPU to get the highest level of cross-platform support for compute acceleration. The three parts that are imp…
-
**Description**
When CUDA Shared memory is used with HTTP/GRPC protocol, it is expected that the client allocates cuda memory on one of the devices and copies the data into it.
On systems with mult…
-
Date, time and location information has been sent to the TAG Chair email list.
Agenda
* Review / deep dive on the state of cloud native reports from TAGs (please reply to this issue with links to th…
-
### Expected Behavior
Torch not compiled with CUDA enabled,How to solve it
### Actual Behavior
### Steps to Reproduce
xlabs sampler error
### Debug Logs
```powershell
# ComfyUI Error Report
…
-
### 🐛 Describe the bug
Working in python:
```py
import torch
t = torch.Tensor()
x = torch.cat([t, t, t], 1)
x
```
output:
```
tensor([])
```
not working in c++
```cpp
#include
…
-
With the latest Julia nightly as of the date of writing,
```
anshul ~/git/InteroperableJuliaBinaries julia +nightly juliac.jl --output-lib simple.so --compile-ccallable --trim ksmooth.jl
…
-
# Setup Infra
```
#!/bin/bash
# Set variables
PROJECT_ID="causal-hour-418204"
REGION="asia-southeast2"
CLUSTER_NAME="private-cluster"
NODE_POOL_NAME="private-cluster-node-pool"
VPC_NETWORK="…
-
### Use-cases
Right now I'm using cdktf instead of vanilla terraform to handle large scale orchestration of our cloud environment, and we use cdktf to convert vanilla terraform into go code, …
-
### Description
Division by self is not always "1.0" on JAX GPU, but seems to consistently give "1.0" on JAX CPU. Observed for jax arrays, but not for floats.
Question: Is this expected in JAX? If…
-
Hi
I m experimenting an error when running my app on the 8 GPUs AWS P2 instance :
[2019-07-08 13:43:15,732] [0x7fa16582b440] DEBUG backend:
ArrayFire v3.6.4 (CUDA, 64-bit Linux, build 1b8030c)
…