From c4c36ee8161f308ebe13765f6a9a0ba4377f87c2 Mon Sep 17 00:00:00 2001 From: Yanfeng Xiao Date: Fri, 25 Mar 2022 01:24:04 -0700 Subject: [PATCH] Test load_store.cpp pass with uplift oclcpu 2022.13.3.0.16 --- SYCL/SubGroup/load_store.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SYCL/SubGroup/load_store.cpp b/SYCL/SubGroup/load_store.cpp index d1c63aad8d..aee4664b62 100644 --- a/SYCL/SubGroup/load_store.cpp +++ b/SYCL/SubGroup/load_store.cpp @@ -7,9 +7,6 @@ // AMD // XFAIL: hip_amd // -// Missing GroupNonUniformArithmetic capability on CPU RT -// XFAIL: cpu -// //==----------- load_store.cpp - SYCL sub_group load/store test ------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.