MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TEST

Function TEST

src/tests/functional/func-error.cpp:111–114  ·  view source on GitHub ↗

Instantiate the test

Source from the content-addressed store, hash-verified

109#ifdef DO_THEIRS
110// Instantiate the test
111TEST(ERROR, InvalidCommandQueue) {
112 ErrorClass<GemmMetod<float> > ec;
113 ec.error(CL_INVALID_COMMAND_QUEUE);
114}
115
116TEST(ERROR, InvalidEventWaitList) {
117 ErrorClass<GemmMetod<float> > ec;

Callers

nothing calls this directly

Calls 2

errorMethod · 0.80

Tested by

no test coverage detected