Skip to content

Commit

Permalink
Merge pull request #327 from coldav/colin/fix_pedantic
Browse files Browse the repository at this point in the history
Fix pendantic error unified runtime support
  • Loading branch information
coldav authored Feb 1, 2024
2 parents 57c8972 + 5c8f9fc commit 47bdb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ur/source/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ur::device_allocation_info::~device_allocation_info() {
muxFreeMemory(device->mux_device, mux_memory,
device->platform->mux_allocator_info);
}
};
}

cargo::expected<ur_context_handle_t, ur_result_t> ur_context_handle_t_::create(
ur_platform_handle_t platform,
Expand Down

0 comments on commit 47bdb64

Please sign in to comment.