Skip to content

Commit 0751daa

Browse files
authored
[AMDGPU][Offlod] Fix typo (#372)
1 parent a4c558c commit 0751daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main(argv):
1919
# If we do not do this, the resident config will take precedence and changes
2020
# to the cache file are ignored.
2121
cwd = os.getcwd()
22-
utils.clean_dir(cwd)
22+
util.clean_dir(cwd)
2323

2424
with step("cmake", halt_on_fail=True):
2525
# TODO make the name of the cache file an argument to the script.

0 commit comments

Comments
 (0)