Analysis Software
Documentation for sPHENIX simulation software
|
#include <CL/sycl.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Acts::Sycl |
Functions | |
cl::sycl::nd_range< 1 > | Acts::Sycl::calculate1DimNDRange (const uint32_t numThreads, const uint32_t workGroupSize) |
Calculate global range of 1 dimensional nd_range for kernel execution. | |
cl::sycl::nd_range< 2 > | Acts::Sycl::calculate2DimNDRange (const uint32_t numThreadsDim0, const uint32_t numThreadsDim1, const uint32_t workGroupSize) |
Calculate global and local range of 2 dimensional nd_range for kernel execution. | |