MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST_P

Function TEST_P

test/blas.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 print_blas_params);
417
418TEST_P(MatrixMultiplyBatch, Batched) {
419 array out = matmul(lhs, rhs);
420 ASSERT_ARRAYS_NEAR(gold, out, 1e-3);
421}
422
423float alpha = 1.f;
424float beta = 0.f;

Callers

nothing calls this directly

Calls 2

matmulFunction · 0.50
af_gemmFunction · 0.50

Tested by

no test coverage detected