Skip to content

Commit 5dab089

Browse files
author
devsh
committed
fix device_jit_traits generation
1 parent e4487ba commit 5dab089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/device/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
args.jit_traits_output_path,
121121
buildTraitsHeader,
122122
type="JIT Members",
123-
template="oss << \"NBL_CONSTEXPR_STATIC_INLINE {} {} = ({})\" + CJITIncludeLoader::to_string({}.{});",
123+
template="oss << \"NBL_CONSTEXPR_STATIC_INLINE {} {} = ({})\" + CJITIncludeLoader::to_string({}.{}) << \";\\n\";",
124124
limits_json=limits,
125125
features_json=features,
126126
format_params=["type", "name", "type", "json_type", "cpp_name"],

0 commit comments

Comments
 (0)