Julian Oppermann
Julian Oppermann
Moving the discussion on #12393 to here: We (the kernel fusion team) could re-use a `std::string` replacement class in our [effort ](https://github.com/intel/llvm/pulls?q=is%3Apr+%5BNoSTL%5D) to remove STL classes from the interface between...
You can run ``` clang -fclangir-enable -S -emit-llvm --target=spirv64 some-opencl-kernel.cl ``` on OpenCL C kernel code and look at the failing assertions. We've collected a bit more context in our...
`sycl/test-e2e/KernelFusion/internalize_array_wrapper.cpp` is addressed in #10882.
Two high-level questions: - Is this safe to use this together with MLIR's multithreading? - Could there be a situation in which a single compiler instance would need to handle...