azabaznov marked 3 inline comments as done.
azabaznov added inline comments.


================
Comment at: clang/test/SemaOpenCL/invalid-device-enqueue-types-cl3.0.cl:5
+void f() {
+  clk_event_t e;
+  queue_t q;
----------------
Anastasia wrote:
> I know that many test have prefix "invalid" but I feel we have failed to 
> establish the meaning for it because most of the tests in Sema are testing 
> some sort of invalid behavior. But also here I feel that we should test that 
> `enqueue_kernel` is not supported?
> 
> Do you think we chould merge this testing together with 
> `SemaOpenCL/cl20-device-side-enqueue.cl` with some filename renaming?
> 
> Technically we should do the same testing even for CL1.x versions...
I think it can. But `enqueu_kernel` is a `LangBuiltin` and still not supported 
yet. Support for `LangBuiltins`  is going to be added in a separate patch: with 
this patch all of the features that affect language built-ins are supported.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115640/new/

https://reviews.llvm.org/D115640

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to