← Back to context Comment by majke 1 month ago Ispc looks interesting. Does it work with amd? They hint on gpu’s , i guess mostly intel ones? 2 comments majke Reply 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.
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
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.