We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29448c commit c981308Copy full SHA for c981308
test/conformance/enqueue/helpers.h
@@ -110,7 +110,7 @@ struct mem_buffer_map_write_test_parameters_t {
110
template <typename T>
111
inline std::string printMemBufferTestString(
112
const testing::TestParamInfo<typename T::ParamType> &info) {
113
- // ParamType will be std::tuple<ur_device_handle_t, test_parameters_t>
+ // ParamType will be std::tuple<ur_device_handle_t, mem_buffer_test_parameters_t>
114
const auto device_handle = std::get<0>(info.param);
115
const auto platform_device_name = GetPlatformAndDeviceName(device_handle);
116
0 commit comments