Skip to content

Commit

Permalink
[dcompute] correct target triples for SPIRV
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Aug 8, 2024
1 parent 9485a1e commit 79fba2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/dcompute/targetOCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <string>

// from SPIRVInternal.h
#define SPIR_TARGETTRIPLE32 "spir-unknown-unknown"
#define SPIR_TARGETTRIPLE64 "spir64-unknown-unknown"
#define SPIR_TARGETTRIPLE32 "spirv-unknown-unknown"
#define SPIR_TARGETTRIPLE64 "spirv64-unknown-unknown"
#define SPIR_DATALAYOUT32 \
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32" \
"-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v24:32:32" \
Expand Down

0 comments on commit 79fba2e

Please sign in to comment.