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

Function TEST

src/tests/functional/func-images.cpp:204–207  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

202
203//******************************************************/
204TEST(IMAGES, sgemm) {
205 ImagesClass<GemmMetod<float> > ec;
206 ec.images();
207}
208
209TEST(IMAGES, cgemm) {
210 ImagesClass<GemmMetod<FloatComplex> > ec;

Callers

nothing calls this directly

Calls 1

imagesMethod · 0.80

Tested by

no test coverage detected