Skip to content

Commit 297fda1

Browse files
committed
merge conflict
2 parents 6d23980 + 4e69eb9 commit 297fda1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,11 @@ class DxilConf_SM69_Vectorized {
15361536
} else {
15371537
D3D12_FEATURE_DATA_D3D12_OPTIONS1 WaveOpts;
15381538
VERIFY_SUCCEEDED(D3DDevice->CheckFeatureSupport(
1539+
<<<<<<< HEAD
15391540
D3D12_FEATURE_D3D12_OPTIONS1, &WaveOpts, sizeof(WaveOpts)));
1541+
=======
1542+
D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts, sizeof(waveOpts)));
1543+
>>>>>>> 4e69eb92635197b2c08e8b506e3504075aa25a0a
15401544

15411545
WaveSize = WaveOpts.WaveLaneCountMin;
15421546
}

0 commit comments

Comments
 (0)