Xavier Hallade

Results 7 comments of Xavier Hallade

@peastman every extension in the documentation has that kind of pragma shown, that's confusing indeed... but that doesn't mean it should go into kernels. For this one it's enough to...

I've updated my branch so it can be merged again. @naevtamarkus it seems your NDK_ABI variable got reset and the ARM compiler got used at some point. You can give...

any update on this issue ? This is important for applications targeting AMD GPUs in general.

Hi, I believe this is a duplicate of https://github.com/intel/compute-runtime/issues/726 that just got fixed.

if you have troubles with the current kernel on your system while waiting for the fix to land, you may work around the issue by using these environment variables: `NEOReadDebugKeys=1...

Some relevant documentation: https://learn.microsoft.com/en-us/windows/win32/dlls/dllmain > If the process is terminating (the lpvReserved parameter is non-NULL), all threads in the process except the current thread either have exited already or have...

I see https://github.com/intel/compute-runtime/commit/f96fc552b2ef64e32c22385f3af3d194a281f628 has introduced a solution to generate a version of `ocloc` without suffix. This is done by setting `NEO_BUILD_UNVERSIONED_OCLOC` setting in CMake configuration.