[llvm] [offload] add parameterized unit tests (PR #209115)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 07:28:50 PDT 2026
================
@@ -6,258 +6,120 @@
//
//===----------------------------------------------------------------------===//
-#include "../common/Fixtures.hpp"
+#include "../common/Properties.hpp"
#include <OffloadAPI.h>
#include <gtest/gtest.h>
-using olGetDeviceInfoTest = OffloadDeviceTest;
-OFFLOAD_TESTS_INSTANTIATE_DEVICE_FIXTURE(olGetDeviceInfoTest);
+DeviceInfoProperties JustSupportedProperties = mergeProperties(
----------------
blazej-smorawski wrote:
Could you explain the process here? Why do we need all the `RelevantGTUint32Properties`, `PropUint32`?
https://github.com/llvm/llvm-project/pull/209115
More information about the llvm-commits
mailing list