[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 08:06:32 PST 2025
================
@@ -60,5 +60,21 @@ struct offloadDeviceTest : offloadPlatformTest {
ASSERT_SUCCESS(olGetDevice(Platform, 1, &Device));
}
- ol_device_handle_t Device;
+ ol_device_handle_t Device = nullptr;
+};
+
+struct offloadQueueTest : offloadDeviceTest {
----------------
jdoerfert wrote:
Names should start with capital letter, IIRC.
https://github.com/llvm/llvm-project/pull/122106
More information about the llvm-commits
mailing list