File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class KernelProgramCache {
113
113
114
114
struct ProgramBuildResult : public BuildResult <ur_program_handle_t > {
115
115
const adapter_impl &MAdapter;
116
- ProgramBuildResult (const adapter_impl &AAdapter ) : MAdapter(AAdapter ) {
116
+ ProgramBuildResult (const adapter_impl &Adapter ) : MAdapter(Adapter ) {
117
117
Val = nullptr ;
118
118
}
119
119
ProgramBuildResult (const adapter_impl &AAdapter, BuildState InitialState)
@@ -199,7 +199,7 @@ class KernelProgramCache {
199
199
std::pair<ur_kernel_handle_t , const KernelArgMask *>;
200
200
struct KernelBuildResult : public BuildResult <KernelArgMaskPairT> {
201
201
const adapter_impl &MAdapter;
202
- KernelBuildResult (const adapter_impl &AAdapter ) : MAdapter(AAdapter ) {
202
+ KernelBuildResult (const adapter_impl &Adapter ) : MAdapter(Adapter ) {
203
203
Val.first = nullptr ;
204
204
}
205
205
~KernelBuildResult () {
You can’t perform that action at this time.
0 commit comments