Gusten Isfeldt
Gusten Isfeldt
I realize that it would be normally be slower than a normal `scatter`, but wouldn't it skip the `assert`, and thus the safety-check with `#[unsafe]`? That way, without `#[unsafe]`, it...
I'm not sure what facilities for abstraction java has, but when I wrote the Haskell bridge, the main things to consider were: - memory management; pairing the pointers with their...
I will bump this with an example of how bad it can be: ``` Error at potential.fut:268:23-269:47: Cannot apply "stackWith" to "(pointPairs pairs combinationNet)" (invalid type). Expected: {add: p2₇₀ ->...
I suppose it might make a bit more sense to use the structure ``` def fft = #[vjp(\_ a -> fft a)] (\a -> ???) ``` instead, since the attribute...
> I'm still learning about Futhark and haven't been able to find much about its AD from the docs, so excuse my ignorance here; are you folks using an approach...
> Does #2 solve at least the `gauss_jordan` problem? I believe so, yes.
I am using 5.1.1 so that should not be the issue.
That sounds very plausible. I got it to work with repackaged Ubuntu packages, so it is likely something related to the arch packages. I forgot to post that here though....
@athas Would you add unified memory to the HIP backend as well then?
I was primarily thinking of total memory, but for my purposes either would be sufficient. If I could only choose one of them, 1 seems more flexible, in the sense...