Gromacs  2026.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
gmx::test::anonymous_namespace{sycl_kernel_utils.cpp} Namespace Reference

Classes

class  KernelName
 Help produce a nice kernel name for tooling. More...
 
struct  StaticLocalStorageTest
 Test fixture parameterized on whether to test conditional static local storage as well. More...
 

Functions

template<bool useConditionalStaticLocalStorage, typename CommandGroupHandler , int numThreadsPerWorkgroup>
auto buildKernel (CommandGroupHandler cgh, const int *gm_input, int *gm_output)
 Kernel builder function.
 
std::string nameOfTest (const testing::TestParamInfo< bool > &info)
 Help GoogleTest name our test cases.