Michal Babej
Michal Babej
The migration test (`tests/runtime/test_buffer_migration`) across multiple devices fails when CUDA driver is included in `POCL_DEVICES`. When using `POCL_CUDA_DISABLE_QUEUE_THREADS=0` and `POCL_DEVICES="ttasim CUDA"`, it fails the buffer content checks ``` FAIL at...
HSA backend fails all tests with LLVM 14. They either segfault or get stuck in (possibly infinite) loop inside LLVM. ``` 1/91 Test #32: kernel/test_shuffle_ushort ........................................................***Failed Error regular expression found...
the `kernel/rotate` test fails with vectors of `ulong` / `long` types. ``` Start 16: kernel/test_rotate 26/35 Test #16: kernel/test_rotate ...................***Failed Error regular expression found in output. Regex=[FAIL] 0.17 sec Running...
at least these (possibly more) have failed sometimes on the GH runners: conformance_main_c11_atomics_micro_X conformance_spirv_c11_atomics_micro_X conformance_main_c11_atomics_add_sub_min_max conformance_main_c11_atomics_init_store_load_exchange
some fixes we've been carrying in our CTS fork: * fix UB in `command_buffer_event_sync.cpp`: enqueue of two commands in two separate queues, with both using the same buffer argument, and...
I'm using cubieboard 1 with Cubian (installed from Cubian-desktop-r1-a10.img). This happens when i try to write a larger file (1g) to a 32g microSD: ``` May 8 15:23:41 Cubian kernel:...
This is the same as PR #434, except: * rebased on upstream/main * removed the code not related to Graphs (i'll make a separate PR for USM) * merged the...
* fixes in the Graph API (unfinished) * "native" Graph support (OpenCL command-buffers or LevelZero command-lists) * code cleanup in the OpenCL backend * support for ``cl_intel_unified_shared_memory``, this removes the...