[PATCH] D46667: [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file
Mike Rice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 18 11:24:35 PDT 2018
mikerice added inline comments.
================
Comment at: test/SemaOpenCL/with_openmp.cl:1
+// RUN: %clang_cc1 -verify -fopenmp -ast-dump -x cl %s 2>&1 | FileCheck %s
+// expected-no-diagnostics
----------------
ABataev wrote:
> Still the same question, do we really want to support full OpenMP for OpenCL or only simd?
We think it makes sense to have full support. We are using OpenCL for devices that can run full OpenMP. Is there any known problem with allowing full support?
https://reviews.llvm.org/D46667
More information about the cfe-commits
mailing list