DBM: introduced OpenCL support (#3321)

This commit is contained in:
Hans Pabst 2024-03-15 16:41:35 +01:00 committed by GitHub
parent b59d163280
commit aa4adac34c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 402 additions and 86 deletions

View file

@ -194,7 +194,7 @@ def process_file(fn: str, allow_modifications: bool) -> None:
run_local_tool("./tools/doxify/doxify.sh", fn)
run_prettify(fn)
if re.match(r".*\.(c|cu|h)$", fn):
if re.match(r".*\.(c|cu|cl|h)$", fn):
run_remote_tool("clangformat", fn)
if re.match(r".*\.(cc|cpp|cxx|hcc|hpp|hxx)$", fn):