Skip to content

Commit a24c5a5

Browse files
authored
Fix visibility of TargetEnum. (#9834)
1 parent f022290 commit a24c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/standard-modules/neural/accelerate-vector-coopmat.slang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ implementing neural;
88
#define VISIBILITY_LEVEL internal
99
#endif
1010

11-
VISIBILITY_LEVEL enum TargetEnum : uint32_t
11+
public enum TargetEnum : uint32_t
1212
{
1313
CUDA = 0,
1414
SPIR_V = 1,

0 commit comments

Comments
 (0)