From 27ad5a6f0014671bef495dca3fb3294faee10def Mon Sep 17 00:00:00 2001 From: Denis Bakhvalov Date: Wed, 31 Mar 2021 15:26:29 -0700 Subject: [PATCH] [ESIMD] Fixed in-tree vadd test --- sycl/test/esimd/vadd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test/esimd/vadd.cpp b/sycl/test/esimd/vadd.cpp index aa242f40ea250..29afedbea0618 100644 --- a/sycl/test/esimd/vadd.cpp +++ b/sycl/test/esimd/vadd.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl %s -o %t.out +// RUN: %clangxx -fsycl -fsycl-explicit-simd %s -o %t.out // RUN: %RUN_ON_HOST %t.out // Check that the code compiles with -O0 and -g