-
Wire up Sage libraries used in question banks for use in PTX books
-
We ran into an unexpected issue in a context where different scenes are rendered and there isn't a 100% guarantee that they are not alive at the same time.
Specifically, the following code produces…
-
## Describe the bug
LLAMA 3.2 11B Vision cannot start after loading model
```
Error: DriverError(CUDA_ERROR_INVALID_PTX, "a PTX JIT compilation failed") when loading utanh_bf16
```
my…
-
Strangely, GPU build fails on CUDA 12.5, with failure starting in `thrust/extrema.h`
See cufinufft_jll build log:
https://buildkite.com/julialang/yggdrasil/builds/13901/canvas
I had the same on…
-
Run transformer block on device OpenCL, output layer on PTX:
```
python %TORNADO_SDK%\bin\tornado ^
--jvm="-Dtb.device=1:0 -Dol.device=2:0 -DUseVectorAPI=true -Dtornado.device.memory=2GB" ^
--clas…
-
Program supports types: ptx, cubin, ltoir
ObjectCode supports types: ptx, cubin, fatbin
When a `Program` is compiled with `.compile()`, it creates an `ObjectCode` with the same type but `ltoir` isn't…
-
## Describe the bug
When I run this command:
```bash
cargo run --bin mistralrs-server --release --features "cuda" -- -i gguf -m /external/bradley/llama.cpp/models -f llama-31-70B-Q4-K-M.gguf
`…
-
Hi,
I am trying to write a triton kernel that I can then load in as PTX. Everything works fine if I just dump the PTX to file and load it in.
a = list(kernel.cache[0].values())[0]
As long as…
srush updated
2 weeks ago
-
### Sensor Description
PTX wireless situation knob switch
### Additional information
BLE: PTX-X6-QMIMB, 090615.remote.x6xnsw
manufacturer:PTX
https://home.miot-spec.com/spec/090615.remote.x6xnsw
…
-
Hi there,
I have successfully run gpgpu-sim, and followed the steps to run cutlass-test with gpgpu-sim, but I got the output like this:
> GPGPU-Sim PTX: __cudaRegisterFatBinary, fat_cubin_handle…