Skip to content
Snippets Groups Projects
Commit 628c6085 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

don't skip formatting

parent cc8dffaa
No related merge requests found
Pipeline #75804 failed with stages
in 13 minutes and 36 seconds
......@@ -38,9 +38,6 @@ with SourceFileGenerator(keep_unknown_argv=True) as sfg:
case "hip":
cfg.target = Target.HIP
sfg.code("#define LBM_SCENARIOS_GPU_BUILD true")
sfg.context.clang_format.skip = (
True # FIXME: Use .hip file extension instead
)
case "cuda":
cfg.target = Target.CUDA
sfg.code("#define LBM_SCENARIOS_GPU_BUILD true")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment