futhark-pycffi icon indicating copy to clipboard operation
futhark-pycffi copied to clipboard

Python library using the Futhark C backend via CFFI

Results 3 futhark-pycffi issues
Sort by recently updated
recently updated
newest added

Not completely sure what that should look like.

Using the ISPC backend I've got a missing symbol (the C backend works fine, and plain `futhark bench --backend=ispc bench_epiloss.fut` also works), ``` ImportError Traceback (most recent call last) /Users/duke/src/tvb-fut/bench_epiloss.ipynb...

OS: NixOS unstable Machine: M2 Max Opencl driver: asahi graphics driver + rusticl Consider this futhark module saved as `segfault.fut`: ``` -- == -- random input { [6400][3200]u8 } entry...