|
Gromacs
2025.3
|
#include <string>#include "gromacs/gpu_utils/oclutils.h"#include "gromacs/hardware/device_information.h"
Include dependency graph for ocl_compiler.h:
This graph shows which files directly or indirectly include this file:Declare infrastructure for OpenCL JIT compilation.
Functions | |
| size_t | gmx::ocl::getDeviceWarpSize (cl_context context, cl_device_id deviceId) |
| Get the device-specific warp size. More... | |
| size_t | gmx::ocl::getKernelWarpSize (cl_kernel kernel, cl_device_id deviceId) |
| Get the kernel-specific warp size. More... | |
| cl_program | gmx::ocl::compileProgram (FILE *fplog, const std::string &kernelRelativePath, const std::string &kernelBaseFilename, const std::string &extraDefines, cl_context context, cl_device_id deviceId, DeviceVendor deviceVendor) |
| Compile the specified kernel for the context and device. More... | |
1.8.5