Skip to content

Commit 72c725d

Browse files
Rename CoopVecAPIExtensions.h to CoopVecAPI.h
1 parent 5d4fb6b commit 72c725d

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

tools/clang/unittests/HLSLExec/CoopVec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "dxc/Support/microcom.h"
88

9-
#include "CoopVecAPIExtensions.h"
9+
#include "CoopVecAPI.h"
1010

1111
struct LinAlgHeaderIncludeHandler : public IDxcIncludeHandler {
1212
private:
File renamed without changes.

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#include <DirectXPackedVector.h>
6666
#include "LongVectors.h"
6767
#include "CoopVec.h"
68-
#include "CoopVecAPIExtensions.h"
68+
#include "CoopVecAPI.h"
6969
// clang-format on
7070

7171
#pragma comment(lib, "d3dcompiler.lib")
@@ -11997,8 +11997,6 @@ void ExecutionTest::runCoopVecMulTest() {
1199711997
// Create device and verify coopvec support
1199811998
CComPtr<ID3D12Device> D3DDevice;
1199911999
if (!CreateDevice(&D3DDevice, D3D_SHADER_MODEL_6_9)) {
12000-
WEX::Logging::Log::Comment("Device does not support SM 6.9. Skipping.");
12001-
WEX::Logging::Log::Result(WEX::Logging::TestResults::Skipped);
1200212000
return;
1200312001
}
1200412002
if (!DoesDeviceSupportCooperativeVector(D3DDevice)) {
@@ -12745,8 +12743,6 @@ void ExecutionTest::runCoopVecOuterProductTest() {
1274512743
// Create device and verify coopvec support
1274612744
CComPtr<ID3D12Device> D3DDevice;
1274712745
if (!CreateDevice(&D3DDevice, D3D_SHADER_MODEL_6_9)) {
12748-
WEX::Logging::Log::Comment("Device does not support SM 6.9. Skipping.");
12749-
WEX::Logging::Log::Result(WEX::Logging::TestResults::Skipped);
1275012746
return;
1275112747
}
1275212748
if (!DoesDeviceSupportCooperativeVector(D3DDevice)) {

0 commit comments

Comments
 (0)