Jeff Hammond
Jeff Hammond
The token idea doesn't work if BLIS runs alongside other things that use threads. But I'll see what I can do. I disagree that nesting is the higher priority. The...
Okay it was nested open but also affinity. I can fix them both.
Why not make it a draft commit if you don't want it merged?
https://stackoverflow.com/questions/25579759/gcc-inline-assembly-what-does-asm-operand-has-impossible-constraints-mean suggests this is related to the frame pointer stuff Devin had to deal with recently. In any case, I am not sure that debugging huge blobs of assembly with...
Yes. https://stackoverflow.com/q/32612881/2189128 has some context.
You'll have to replace _mm_free as well, but just with free().
The alignment argument is in bytes from what I can tell. > The value of alignment shall be a power of two multiple of sizeof(void *). https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html
I'll run on a bunch of devices and see what the sensitivity is.
i finally got around to fixing this. hopefully at least one of you has a chance to review it.
If we are permitted to use Numpy in such examples, this is better: ```python basis noprint; H library sto-3g; O library sto-3g; end python import numpy as np print ('...