Gromacs
2026.0-dev-20250207-8469bad
|
#include "config.h"
#include <sycl/sycl.hpp>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
Wraps the complexity of including SYCL in GROMACS.
Functions | |
template<typename Queue , typename CommandGroupFunc > | |
static void | gmx::syclSubmitWithoutEvent (Queue &&queue, CommandGroupFunc &&cgf) |
Helper function to submit a SYCL operation without returning an event. More... | |
template<typename CommandGroupFunc > | |
static void | gmx::syclEnqueueCustomOp (sycl::handler &cgh, CommandGroupFunc &&cgf) |
Helper function to add a custom operation to the SYCL handler. More... | |