Beatriz Navidad Vilches

Results 4 issues of Beatriz Navidad Vilches

Rules for functions go from F.21 to F.60 and then go back to F.22: ![image](https://github.com/isocpp/CppCoreGuidelines/assets/61422851/ee003c02-ff51-436a-893e-8f6c6fb93428) Is this intentional or is it a bug?

Adds a CMake module with the packaging configuration and "Package" and "Consume" steps to GitHub actions to check that it works as it should.

In some samples, namely `binaries`, `blur`, `reduce`, `multi-device` and `saxpy` from `samples/core`, compile-time checks like the following ``` #if CL_HPP_TARGET_OPENCL_VERSION >= 200 cl_command_queue_properties props[] = { CL_QUEUE_PROPERTIES, CL_QUEUE_PROFILING_ENABLE, 0 };...

### Problem Description [One of rocThrust's tests](https://github.com/ROCm/rocThrust/blob/develop/testing/scan.cu#L531) for the scan algorithm is failing right after the ROCm 6.2.1 release. During debugging, it was noticed that modifying the [addition operator of...