Erik Tomusk

Results 6 issues of Erik Tomusk

lcdPrint prints text to the display. Printing based on character codes is supported. lcdClear clears the display.

`include/boost/compute/image/image2d.hpp` defines `image_depth = 1`, but `test/test_image2d.cpp` (`get_info`) tests that `CL_IMAGE_DEPTH` is `0`. I'm not sure exactly what this test is trying to do, but I believe `0` is correct...

The `test_closure::triangle_area` and `test_extrema::max_vector_length` (and possibly others) expect too much precision of the OpenCL built-in `length()` function when calculating the lengths of vectors. The precision of `length()` is defined in...

Best I can tell, "I accidentally did a `--keep` reset, and I want my changes back" has the same answer as the existing [I accidentally did a hard reset, and...

I'm seeing some unexpected behavior with the parameter validation layer enabled. #### Expected behavior: Calling `zeDeviceGetCommandQueueGroupProperties()` populates the memory pointed to by the `pCommandQueueGroupProperties` parameter. #### Actual behavior: Calling `zeDeviceGetCommandQueueGroupProperties()`...

I'm seeing minutes-long hangs and timeouts on Firefox 138.0.1 with NoScript 12.6 on Linux. Downgrading to NoScript 12.1.1 appears to resolve the issue. Using the Firefox built-in profiler, I can...