Ruyman

Results 7 issues of Ruyman

From https://spec.oneapi.com/versions/0.7/oneL0/core/PROG.html#images: > This methodology allows for device-specific encoding of image contents (e.g., tile swizzle patterns, lossless compression, etc.) and avoids exposing these details in the API in a backwards...

* Placeholder accessor constructor can optionally not take memobj * Handler can specify the buffer later on

I wonder if we need a memory_context similar to the execution_context that has the allocation capabilities, e.g, you retrieve an allocator that is bound to the memory resource. This allows...

enhancement

Feedback from some users after trying out the placeholder accessors seems to indicate that they should be default constructible, and that the buffer should be assigned later during the requirement...

enhancement

We should add a special case of vector_view when stride is one (the most common case) to enable special optimizations in this case. This requires adding a template parameter to...

### Describe the bug The CUDA function "cudaGetErrorString", which converts a CUDA error code onto a user-readable error string, is incorrectly translated by syclomatic when used as parameter on a...

bug