Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/.devcontainer
2025-05-18 13:04:45 +08:00
..
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00

Codespaces - ISPC developer's environment (CPU only)

This is the minimal environment that enables CPU-only ISPC build (i.e. GPU backend is not enabled).

To build ISPC and run the tests do the following:

# `build` folder already contains result of `cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
cd build
# build ISPC and examples
make -j4
# run LIT tests
make check-all

Note that build folder already contains compile_commands.json, which is needed for VSCode to be able correctly parse and browse C++ files.

The container also contains pre-installed C/C++ Extension Pack for VSCode.

Enjoy and please let us know if you use Codespaces to hack ISPC and have any suggestions or feedback: Github Discussions