Skip to content

Commit 8708403

Browse files
committed
revert clean
1 parent 5ef1722 commit 8708403

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,9 @@ void write_output_files() {
580580
}
581581
fprintf(src, "\n};\n\n");
582582

583+
if (!no_clean) {
584+
std::remove(path.c_str());
585+
}
583586
}
584587

585588
fclose(hdr);

0 commit comments

Comments
 (0)