Home
last modified time | relevance | path

Searched refs:kInvalidMatrixB (Results 1 – 5 of 5) sorted by relevance

/dports/math/clblast/CLBlast-1.1.0/src/routines/level3/
H A Dxhemm.cpp108 … case StatusCode::kInvalidMatrixA: throw BLASError(StatusCode::kInvalidMatrixB, e.details()); in DoHemm()
109 … case StatusCode::kInvalidMatrixB: throw BLASError(StatusCode::kInvalidMatrixA, e.details()); in DoHemm()
H A Dxsymm.cpp108 … case StatusCode::kInvalidMatrixA: throw BLASError(StatusCode::kInvalidMatrixB, e.details()); in DoSymm()
109 … case StatusCode::kInvalidMatrixB: throw BLASError(StatusCode::kInvalidMatrixA, e.details()); in DoSymm()
H A Dxtrmm.cpp121 … case StatusCode::kInvalidMatrixA: throw BLASError(StatusCode::kInvalidMatrixB, e.details()); in DoTrmm()
122 … case StatusCode::kInvalidMatrixB: throw BLASError(StatusCode::kInvalidMatrixA, e.details()); in DoTrmm()
/dports/math/clblast/CLBlast-1.1.0/src/utilities/
H A Dbuffer_test.hpp42 …} catch (const Error<std::runtime_error> &e) { throw BLASError(StatusCode::kInvalidMatrixB, e.what… in TestMatrixB()
/dports/math/clblast/CLBlast-1.1.0/include/
H A Dclblast.h83 kInvalidMatrixB = -1021, // Matrix B is not a valid OpenCL buffer enumerator