Dave Airlie

Results 24 comments of Dave Airlie

I'd just like to note that vulkan spec has removed the ability for a device to wait on an event and the host to signal it later. I'm not sure...

https://www.khronos.org/registry/vulkan/specs/1.2/html/chap6.html#commandbuffers-submission-progress for vulkan wording.

Okay it says device allocated ptrs should not be accessed by the host. The spec should state clearly what happens if someone tries, undefined behaviour resulting in program termination?

Just wanted to add I think the SetKernelArg interface is a holdover from when you have a context and it should be more of a thing you enqueue on the...

I'm trying to think like an explicit API here. One thing I feel is quite implicit is the hidden mapping between input arguments and what ends up in essentially a...

On your list of options: 1. SetKernelArgs on the current active context - need implicit locks to be thread-safe Seems like a bad idea. implicit locks are the enemy of...

Looking at the BindBufferRange code, this also leads I think to possibly overlapped buffer ranges. /* Configure buffer object bindings for XFB */ gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, /* index for 'out_texture_data' */...

I'd like to ship a llama.cpp in a distro that can't really build CUDA so I'd like to use the VK or CL backends and try to make them as...

I wonder is this because I'm just running in an 24-bit X server

I just tried a depth 30 X session, but still seeing a red tint over the whole video.