We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dad8f commit 2f2dc98Copy full SHA for 2f2dc98
1 file changed
tools/clang/unittests/HLSLExec/LinAlgTests.cpp
@@ -505,7 +505,8 @@ static const char ElementAccessShader[] = R"(
505
506
static void runElementAccess(ID3D12Device *Device,
507
dxc::SpecificDllLoader &DxcSupport,
508
- const MatrixParams &Params, int MajorDim, bool Verbose) {
+ const MatrixParams &Params, int MajorDim,
509
+ bool Verbose) {
510
const size_t NumElements = Params.totalElements();
511
const size_t NumThreads = Params.NumThreads;
512
const size_t InputBufSize = Params.totalBytes();
0 commit comments