compute-runtime
                                
                                 compute-runtime copied to clipboard
                                
                                    compute-runtime copied to clipboard
                            
                            
                            
                        Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
After a recent Intel driver update, the hardware transcoding capability for HDR Tone Mapping in the Plex docker container no longer works. Transcoding 4K HDR content to 1080p with HDR...
Adding IGSC (Intel(R) Graphics System Controller Firmware Update Library (IGSC FU)) (https://github.com/intel/igsc) sources to the same directory level as compute runtime, results in CMake picking up config from the sources...
Hi all, any reason why the driver updates for OpenCL and LevelZero pre-builts for Fedora and CentOS 7 have stopped? We used to get almost every week a new version...
Because IGC is preventing building of latest compute-runtime versions: https://github.com/intel/intel-graphics-compiler/issues/224 Alternatively, compute-runtime could detect at build time whether installed IGC version supports EU fusion, and use it only when IGC...
Link to OpenCL reproducer: https://github.com/pocl/pocl/blob/master/tests/spirv/printf-kernels.cl#L55. Instead of printing the expected output: ``` hello % hello % world %s ``` It print something like this instead (output may vary): ``` hello...
Hi, Nvidia OpenCL driver has normally been behind new features compared to drivers like Intel Neo.. anyway latest 511.x drivers from Nvidia include support for newest OpenCL interop extensions like:...
howdy, i'm trying to compile this fine project for alpine linux, during that i ran into a bunch of roadblocks with this (and following issues) i'll try to document and...
when i try to build this fine project for alpine linux i get the following errors: ``` 1:55:15: warning: sampler initializer has invalid Filter Mode bits sampler_t vme_samp = 0;...
still trying to package this up for alpine linux, as reported also in #277 (after fixing it) i have `neo_page_fault_manager_tests` randomly failing, sometimes it succeeds, other times it just fails,...
... but extend it ```patch - set(cloc_cmd_prefix LD_LIBRARY_PATH=${NEO__IGC_LIBRARY_PATH}:$ $) + set(cloc_cmd_prefix LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}:${NEO__IGC_LIBRARY_PATH}:$ $) ```