Skip to content

Commit 317028d

Browse files
Update sycl/source/detail/kernel_program_cache.hpp
1 parent 1e89e8f commit 317028d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/kernel_program_cache.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ class KernelProgramCache {
116116
ProgramBuildResult(const adapter_impl &Adapter) : MAdapter(Adapter) {
117117
Val = nullptr;
118118
}
119-
ProgramBuildResult(const adapter_impl &AAdapter, BuildState InitialState)
120-
: MAdapter(AAdapter) {
119+
ProgramBuildResult(const adapter_impl &Adapter, BuildState InitialState)
120+
: MAdapter(Adapter) {
121121
Val = nullptr;
122122
this->State.store(InitialState);
123123
}

0 commit comments

Comments
 (0)