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