Scott Pakin
Scott Pakin
Sounds good to me, @peterGo. Thanks for the work you put into testing `time.Duration` with exponents.
> Sorry, just noticed that the problem is that it is not adding the `d` by itself, once it is specified in the order, as should be expected. Right. If...
I agree; this is an insane number of samples. I tried running Steve's code on NASA's DW2000Q system and never even managed to run it to completion. The occasional brief...
Actually, it looks like `num_reads` is getting passed to the underlying sampler. Perhaps this issue needs to be a documentation-clarification request and/or a feature request for a way to specify...
Your example is good in that it shows how to draw the same shape with both the high- and low-level interfaces. However, it leaves the reader wondering why one might...
That's an interesting idea, but I suspect it would require a _lot_ of work, especially relative to its overall utility.
I have a few questions for you in hopes of shedding more light on the problem: - How did you provide the script to Simple Inkscape Scripting (GUI or command...
Thanks for reporting back on your success. I hope the other examples now work for you, too.
It looks like the CUDA backend has similar but not identical problems to the ISPC backend: ```console $ env CFLAGS="-I$CUDA_HOME/include -O -L$CUDA_HOME/lib64" futhark-aarch64 cuda badness.fut && echo 30 | ./badness...
I didn't realize that a literal range would still require full-size array construction. Thanks for explaining where all the memory is going. I just checked, and my Grace Hopper node...