Skip to content

Commit 8570e84

Browse files
committed
Rebase error fix.
Signed-off-by: Garima Gupta <[email protected]>
1 parent 8bea933 commit 8570e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ ProgramManager::build(ProgramPtr Program, const ContextImplPtr Context,
668668
Opts += LinkOpts;
669669

670670
RT::PiResult Error = Plugin.call_nocheck<PiApiKind::piProgramBuild>(
671-
Program.get(), Devices.size(), Devices.data(), Opts.c_str, nullptr,
671+
Program.get(), Devices.size(), Devices.data(), Opts.c_str(), nullptr,
672672
nullptr);
673673
if (Error != PI_SUCCESS)
674674
throw compile_program_error(getProgramBuildLog(Program.get(), Context));

0 commit comments

Comments
 (0)