[llvm] [offload] add parameterized unit tests (PR #209115)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 06:02:12 PDT 2026
================
@@ -0,0 +1,263 @@
+#include "Fixtures.hpp"
+#include "OffloadAPI.h"
+
+// Properties are grouped by the data type that stores the information. As
+// queries for selected properties might have different results for either the
+// device or the host, or might be even unsupported for the host, some of the
+// tests verify only whether the function that queried the host returned success
----------------
EuphoricThinking wrote:
I have reworded most of the introduction, let me know if there are any ambiguities still left
https://github.com/llvm/llvm-project/pull/209115
More information about the llvm-commits
mailing list