![]()  | 
						
							 
								EIC Software
							  
							
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
#include <CL/sycl.hpp>
 Include dependency graph for CalculateNdRange.hpp:
 This graph shows which files directly or indirectly include this file: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.   | |