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

Method validate_with_cblas

src/client/clfunc_xtrmm.hpp:69–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69 void validate_with_cblas(int validate)
70 {
71 #if defined ( _WIN32 ) || defined ( _WIN64 )
72 #else
73 if(validate)
74 {
75 initialize_cpu_buffer();
76 initialize_gpu_buffer();
77 call_func();
78 read_gpu_buffer();
79 validation();
80 }
81 #endif
82 }
83
84
85 double gflops()

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected