From e43d1e052d816aa19496e12a17c94dd7609821a8 Mon Sep 17 00:00:00 2001 From: "Lu, John" Date: Tue, 27 Jun 2023 14:58:15 -0700 Subject: [PATCH] [SYCLomatic] Test merge_by_key with double type on device Signed-off-by: Lu, John --- features/feature_case/thrust/thrust-merge_by_key.cu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/feature_case/thrust/thrust-merge_by_key.cu b/features/feature_case/thrust/thrust-merge_by_key.cu index 22a7ad4f6..5814fa2f4 100644 --- a/features/feature_case/thrust/thrust-merge_by_key.cu +++ b/features/feature_case/thrust/thrust-merge_by_key.cu @@ -300,7 +300,8 @@ int main() { !test_device() || !test_device() || !test_device() || - !test_device()) + !test_device() || + !test_host()) return EXIT_FAILURE; return EXIT_SUCCESS;