Home
last modified time | relevance | path

Searched refs:execStep (Results 1 – 2 of 2) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/library/blas/generic/
H A Dsolution_seq.c259 SolutionStep outerStep, innerStep, execStep; in executeImageStep() local
283 memcpy(&execStep, step, sizeof(SolutionStep)); in executeImageStep()
372 if (execStep.funcID == CLBLAS_GEMM) { in executeImageStep()
373 fixupGemmOffsets(&execStep.args, execStep.extraFlags, 0); in executeImageStep()
381 if (execStep.kernels[ktype] != NULL) { in executeImageStep()
382 err = enqueueKernel(&execStep, execStep.kernels[ktype], in executeImageStep()
394 if (execStep.funcID == CLBLAS_GEMM) { in executeImageStep()
395 fixupGemmOffsets(&execStep.args, execStep.extraFlags, 0); in executeImageStep()
402 if (execStep.kernels[ktype] != NULL) { in executeImageStep()
403 err = enqueueKernel(&execStep, execStep.kernels[ktype], in executeImageStep()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/
H A DTestYieldProcedures.java106 for (int execStep = 0; execStep < NUM_STATES; ++execStep) { in testYieldEachExecutionStep()
109 assertEquals(execStep, info.getStep().ordinal()); in testYieldEachExecutionStep()
113 for (int execStep = NUM_STATES - 1; execStep >= 0; --execStep) { in testYieldEachExecutionStep()
116 assertEquals(execStep, info.getStep().ordinal()); in testYieldEachExecutionStep()