Skip to content

Commit

Permalink
SPIRV -> SPIR-V
Browse files Browse the repository at this point in the history
Signed-off-by: Larsen, Steffen <[email protected]>
  • Loading branch information
steffenlarsen committed Feb 4, 2025
1 parent 86e3128 commit 1685f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/tools/syclbin-dump/syclbin-dump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ std::string_view StateToString(llvm::object::SYCLBIN::BundleState State) {
std::string_view IRTypeToString(llvm::object::SYCLBIN::IRType IRType) {
switch (IRType) {
case llvm::object::SYCLBIN::IRType::SPIRV:
return "SPIRV";
return "SPIR-V";
case llvm::object::SYCLBIN::IRType::PTX:
return "PTX";
case llvm::object::SYCLBIN::IRType::AMDGCN:
Expand Down

0 comments on commit 1685f0f

Please sign in to comment.