Skip to content

Commit 7aa758c

Browse files
committed
Drop obsolete comment.
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 818d6c7 commit 7aa758c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,6 @@ jit_compiler::performPostLink(std::unique_ptr<llvm::Module> Module,
497497
return createStringError("`invoke_simd` calls detected");
498498
}
499499

500-
// TODO: Implement actual device code splitting. We're just using the splitter
501-
// to obtain additional information about the module for now.
502-
503500
std::unique_ptr<ModuleSplitterBase> Splitter = getDeviceCodeSplitter(
504501
ModuleDesc{std::move(Module)}, SplitMode,
505502
/*IROutputOnly=*/false, EmitOnlyKernelsAsEntryPoints);

0 commit comments

Comments
 (0)