compute-runtime/shared
Fabian Zwolinski 7c80f49176 fix: refactor Windows cl_cache and add extra safety layers
What's changed:
- Add early return when open existing config
fails due to different error than `ERROR_FILE_NOT_FOUND`
- Swich `ReadFileEx` to `ReadFile`
- Add `SetFilePointer` to make sure we're reading
from the beginning of the file
- Pass `overlapped` to `WriteFile` to make sure
we're writing from the beginning of the file

Related-To: NEO-8092
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
2023-10-02 19:04:14 +02:00
..
generate_cpp_array fix: Compile built-ins per release 2023-07-11 16:02:36 +02:00
offline_compiler fix: add IGC init result check in ocloc query igc revision 2023-09-27 11:10:24 +02:00
source fix: refactor Windows cl_cache and add extra safety layers 2023-10-02 19:04:14 +02:00
test fix: refactor Windows cl_cache and add extra safety layers 2023-10-02 19:04:14 +02:00
wsl_compute_helper fix: obtain hw ip version from kmd in wsl mode 2023-06-07 15:20:13 +02:00
CMakeLists.txt CMake: don't include shared/test/unit_test when shared tests are skipped 2022-08-25 10:48:37 +02:00