Daniel Cámpora

Results 4 issues of Daniel Cámpora

`float2`, `float3` and `float4` are trivially copyable in CUDA, but they are not in HIP. This results in the following piece of code working in CUDA, but failing in HIP:...

Hi there, Thanks a lot for your work on `std-simd`, it's looking very well so far! I was attempting my first code at using your library. I have previously used...

LLVM and clang have undergone several updates in critical areas that improve the support of the C++ standard and the general performance of the compiled code. The current status of...

Use the default `operator=` where possible. Closes https://github.com/ROCm-Developer-Tools/HIP/issues/2610