aneshlya
aneshlya
I was thinking more about introducing of bitcode files to ISPC distribution and I see the following drawbacks: - Multiple versions mess up: It increases potential issues when people have...
I extracted the first commit to separate PR: https://github.com/ispc/ispc/pull/2953, it's not related to target redesign.
How about adding all new `.isph` files to `include` folder? Currently, they're scattered across utilities and test scripts, making them difficult to locate.
I've conducted some quick prototyping and believe we can add support for `int` and `enum` parameter types in function templates by the next release (v1.24.0). However, using template parameters for...
ISPC can generate vector SPIR-V for Xe targets starting v1.14.0.
Currently we use some Intel-specific SPIR-V extensions to target Intel GPU but eventual goal is to generate standard SPIR-V. However it'll still be a **vector** SPIR-V. TTBOMK vector SPIR-V is...
Thanks for reporting this! It's a bug.
It would be good to add runtime tests to `/tests` to ensure that it works on all supported platforms. Also please fix formatting with `clang-format -i stdlib.ispc`
I'm closing this PR and will finish it in https://github.com/ispc/ispc/pull/2942