top | item 46676220 (no title) majke | 1 month ago Ispc looks interesting. Does it work with amd? They hint on gpu’s , i guess mostly intel ones? discuss order hn newest dataking|1 month ago Yes, it works with AMD CPUs as well as various ARM ones, e.g. Apple silicon.See for instance https://github.com/ispc/ispc/pull/2160 nnevatie|1 month ago Yes, works well with AMD. You can compile multi-target so that you'll have e.g. SSE4.2, AVX2, AVX512 support built to your binaries and the best (widest) version is picked by the runtime automatically.
dataking|1 month ago Yes, it works with AMD CPUs as well as various ARM ones, e.g. Apple silicon.See for instance https://github.com/ispc/ispc/pull/2160
nnevatie|1 month ago Yes, works well with AMD. You can compile multi-target so that you'll have e.g. SSE4.2, AVX2, AVX512 support built to your binaries and the best (widest) version is picked by the runtime automatically.
dataking|1 month ago
See for instance https://github.com/ispc/ispc/pull/2160
nnevatie|1 month ago