Skip to content

Commit b9af985

Browse files
remove line breaks
Co-authored-by: Jeremy L Thompson <[email protected]>
1 parent f89960a commit b9af985

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/cuda/ceed-cuda-compile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ static int CeedCompileCore_Cuda(Ceed ceed, const char *source, const bool throw_
243243
" --cuda-device-only -emit-llvm -S temp-jit.cu -o kern.ll ";
244244
cmd += opts[4];
245245
err = system(cmd.c_str());
246-
247246
CeedCheck(!err, ceed, CEED_ERROR_BACKEND, "Failed to compile QFunction source to LLVM IR");
248247

249248
cmd = "llvm-link-20 kern.ll --ignore-non-bitcode --internalize --only-needed -S -o kern2.ll ";

0 commit comments

Comments
 (0)