SPIR icon indicating copy to clipboard operation
SPIR copied to clipboard

Results 17 SPIR issues
Sort by recently updated
recently updated
newest added

Khronos Bugzilla is no longer used for reporting issues.

As per the discussion here: https://github.com/KhronosGroup/SPIR/pull/43 The conversation has been moved to this thread and original PR closed. Ideally we'd like to integrate SPIR and SPIRV-Clang with Clang and LLVM...

There is no GettingStarted.html in llvm clone itself. Fixed the path now to http://llvm.org/docs/GettingStarted.html

File [test/libclcxx/pipes/TestBasicPipeStructData.cl](https://github.com/KhronosGroup/libclcxx/blob/master/test/libclcxx/pipes/TestBasicPipeStructData.cl) (OpenCL 2.2 C++) from [libclcxx](https://github.com/KhronosGroup/libclcxx) tests contains a structure which contains a `long long` member. If you compile that file as describled in [the readme](https://github.com/KhronosGroup/SPIR/tree/spirv-1.1#step-6-creating-spir-v-binaries) there are no...

The error message: The c++ code: https://github.com/hughperkins/pub-prototyping/blob/3310247911a6b26a6768baf165f435faaa25e24e/spirv/test_spir_cpp.cpp#L27-L34 ``` llvm::LLVMContext context; llvm::SMDiagnostic smDiagnostic; std::string llFilename = "cl_kernel1.ll"; std::unique_ptr M = parseIRFile(llFilename, smDiagnostic, context); if(!M) { smDiagnostic.print("irtoopencl", llvm::errs()); throw std::runtime_error("failed to parse...

so many versions and repos, and out of date readmes :-) . I'm currently following https://github.com/KhronosGroup/SPIR/issues/44 , but shouldnt we be using branch `spirv-1.2` instead of `spirv-1.1` now? Per https://www.khronos.org/spir...

I think it is confusing that the default branch is `spir_12`, rather than `master` or `spirv-1.2`

- when I tested, llvm.org/git doesnt seem to exist/work? - => replcaed with `github.com/llvm-mirror` - GettingStarted.html doesnt seem to exist? - seems to be `docs/GettingsStarted.rst`? - made GettingStarted.rst into a...

- incorporate marshohod's build instructions, from https://github.com/KhronosGroup/SPIR/issues/44 , which compile ok for me :-) - speculate wildly on which branches are for what

Hello I am trying to build SPIRV compiler. I think i do all according to instructions: 1) git clone -b khronos/spirv-3.6.1 https://github.com/KhronosGroup/SPIRV-LLVM.git llvm 2) cd llvm/tools 3) git clone -b...