-
Hopefully this is the right repo...
In a jupyer notebook `__file__` should really have the notebook filename in it, just like it contains the filename of an ordinary .py if you output it there.
-
Example dmesg:
```
[ 484.355618] INFO: task app:8986 blocked for more than 120 seconds.
[ 484.355643] Tainted: G OE 5.15.0-124-generic #134-Ubuntu
[ 484.355665] "echo 0 > …
-
Encountered an interesting bug while trying to port [wasmtime](https://github.com/bytecodealliance/wasmtime/) to illumos, as documented in https://github.com/bytecodealliance/wasmtime/pull/9535.
STR …
-
There is a typo in the add_kernel routine in the CUDA file muladd.cu. I assumed that this kernel should compute the sum of two tensors, but it acually computes the multiplication:
```
__global__ v…
-
Hi, Thanks for the package! I came across the source code in all branches, but I couldn't find any CUDA-related kernels, device/host functions, or CUDA includes/macros. From what I observed, the compu…
-
**Describe the bug**
Quoting @onursatici from https://github.com/apache/arrow-rs/pull/6779:
> Currently interleaving ByteViewArrays are done with the fallback implementation, which uses a MutableA…
alamb updated
22 hours ago
-
### Checklist
- [X] I acknowledge that support is provided on a best-effort basis.
- [X] I acknowledge that the authors and contributors to this repository cannot be held responsible for the results …
-
I can't replicate the sky map artifacts you're seeing (see below; I actually get the opposite where no smoothing has the edge effects but smoothing doesn't), but I believe that the smoothing impact on…
-
The register spill is mainly caused by the long liveness value defined by the `tt.load` operation in Triton kernel.
After re-schedule the `tt.load` operation close to its user can eliminate the reg…
-
### 🐛 Describe the bug
compute-sanitizer reports many errors like this when running CTC backward pass. The input of CTC (linked below) is not strictly log probs, and target lengths are generally ve…