Issue with GPU buffer

Can anyone help me fix this code:

buffer_dev = ctx.enqueue_create_buffer[DType.uint256](1)
buffer_dev.enqueue_fill(0)

Error:

call expansion failed with parameter value(s): (...)
        buffer_dev.enqueue_fill(0)
                               ^

This could be an issue with your GPU not supporting UInt256. What hardware is this running on?

It is running on RTX 5060.