Skip to content

Commit 655881e

Browse files
committed
fix
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 7212c4a commit 655881e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/backend/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def format_of(ty):
397397
}} else {{
398398
cgh.parallel_for(parallel_work_size, kernel_ptr);
399399
}}
400-
}};
400+
}};
401401
auto event = stream.submit(cgf);
402402
}}
403403
// end sycl

0 commit comments

Comments
 (0)