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

Function TEST

src/tests/test-clsparse-utils.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "clSPARSE-version.h"
23
24TEST( clSparseTraits, cl_mem_type )
25{
26 bool is_fundamental = is_pointer_fundamental<cl_mem>::value;
27 ASSERT_EQ( false, is_fundamental );
28}
29
30TEST( clSparseTraits, non_cl_mem_type )
31{

Callers

nothing calls this directly

Calls 7

clsparseSetupFunction · 0.85
clsparseTeardownFunction · 0.85
clsparseGetVersionFunction · 0.85
getPlatformsFunction · 0.85
getDeviceFunction · 0.85
clsparseCreateControlFunction · 0.85
clsparseReleaseControlFunction · 0.85

Tested by

no test coverage detected