Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
  • Loading branch information
JackAKirk committed Sep 11, 2024
1 parent 8bf5bec commit 6d237a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/device/urDeviceGetGlobalTimestamps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ TEST_F(urDeviceGetGlobalTimestampTest, Success) {
// cuda backend defines global timestamp only over a context.
uur::raii::Context context = nullptr;
if (*reinterpret_cast<uint32_t *>(vendorValue) == 4318u) {
ASSERT_SUCCESS(urContextCreate(1, devices.data(), nullptr, context.ptr()));
ASSERT_SUCCESS(
urContextCreate(1, devices.data(), nullptr, context.ptr()));
}

for (auto device : devices) {
Expand Down

0 comments on commit 6d237a6

Please sign in to comment.