Skip to content

Commit 1d6198e

Browse files
committed
manual format
1 parent ec70ee0 commit 1d6198e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,9 @@ _pi_program::_pi_program(pi_context ctxt)
620620
: modules_{ctxt->get_devices().size(), nullptr},
621621
build_results_{ctxt->get_devices().size(), CUDA_ERROR_UNKNOWN},
622622
binary_{0}, binarySizeInBytes_{0}, refCount_{1}, context_{ctxt},
623-
kernelReqdWorkGroupSizeMD_ {}
624-
{ cuda_piContextRetain(context_); }
623+
kernelReqdWorkGroupSizeMD_{} {
624+
cuda_piContextRetain(context_);
625+
}
625626

626627
_pi_program::~_pi_program() { cuda_piContextRelease(context_); }
627628

0 commit comments

Comments
 (0)