File tree Expand file tree Collapse file tree
tools/clang/unittests/HLSLExec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77#include " dxc/Support/microcom.h"
88
9- #include " CoopVecAPIExtensions .h"
9+ #include " CoopVecAPI .h"
1010
1111struct LinAlgHeaderIncludeHandler : public IDxcIncludeHandler {
1212private:
File renamed without changes.
Original file line number Diff line number Diff line change 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)) {
You can’t perform that action at this time.
0 commit comments