24#ifndef ASSERT_H_INCLUDED
25#define ASSERT_H_INCLUDED
51 const std::string condition,
66 cl_event
_execute(
const std::vector<cl_event> events);
70 std::string _condition;
Check that a condition holds true, or trhow a fatal error otherwise.
Definition: Assert.h:41
~Assert()
Destructor.
Definition: Assert.cpp:40
void setup()
Initialize the tool.
Definition: Assert.cpp:43
cl_event _execute(const std::vector< cl_event > events)
Definition: Assert.cpp:52
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45