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

Function initGeneratorInfoRec

src/library/tools/tune/tune.c:395–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394
395void
396initGeneratorInfoRec(void)
397{
398 int i;
399
400 memset(&genInfo, 0, sizeof(struct GeneratorInfoRec));
401 genInfo.devType = CL_DEVICE_TYPE_GPU;
402
403 genInfo.aCommand = C_DEFAULT;
404 for (i=0; i < TYPE_NUMBER; ++i) {
405 genInfo.aDType[i] = false;
406 }
407 genInfo.aFlag = -1;
408 for (i=0; i < BLAS_FUNCTIONS_NUMBER; ++i) {
409 genInfo.aFunc[i] = false;
410 }
411 genInfo.aPattern = -1;
412 genInfo.aIsKernel = false;
413 genInfo.aMaxparam = 5000;
414
415 genInfo.aExtendedOutput = false;
416}
417
418void
419destroyKernels(GParam *param)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected