Alexey Bader
Alexey Bader
Could you share the code to reproduce your problem, please? I don't think speculating about the root cause using provided bites of information can be efficient.
@intel/dpcpp-specification-reviewers, please, take a look.
@zuban32, could you resolve merge conflicts, please?
> @zuban32, could you resolve merge conflicts, please? @zuban32, ping.
**S3**: we can replicate the part of `FindCUDAToolkit` that is missing in `FindCUDA`. Usually `Find*` are doing quite simple actions like checking if files with predefined names exist in expected...
@jcranmer-intel, here is the POC for the compile adding elementtype attribute for function parameters. This version adds the attribute only for OpenCL built-in types and pointer types. I assume for...
> I've tried some test changes with this run, but I have noticed a few issues. For example, one test generated this: > > ``` > %call1.i.i.i = call spir_func...
> SYCL/Basic/image/image_sample.cpp is the test I think I was seeing that particular line on. Should be fixed now. I didn't expect this problem to hit that early. :)
@jcranmer-intel, does it work better now? If we decide to go with this direction, do we need to put new restrictions for using elementtype attribute or just remove any checks...
AFAIK, pipes are the only types I left w/o an attribute, but I did this intentionally because I didn't know that you are running the test suite covering pipes. I...