Lin-Ya Yu
Lin-Ya Yu
Hi:) I found the generator is useful for developing passes in LLVM. If I would like to add some little more supports for the generator, such as Loop pass template,...
Blow are dome overloaded `get_access` functions need to be implemented. * `template accessor get_access( handler &commandGroupHandler, range accessRange, id accessOffset = {});` * `template accessor get_access( range accessRange, id accessOffset...
Member `copy`, `update_host` and `fill` in class cl::sycl::handler are not implemented
access::placeholder is not implemented now.
`event` is not supported now.
Swizzle operations and the `elem` struct used to allow specifying named swizzle indexes are not implemented.
Member `get_count`, `get_size`, `as`, `lo`, `hi`, `odd`, and `even` in class `cl::sycl::vec` are not implemented.
Constructor implementations for "class context" in triSYCL now are different from SYCL 1.2.1 Spec, they are all with one more parameter "info::gl_context_interop interopFlag". Are there any reasons for this? Or...
`async_work_group_copy` is not implemented in `nd_item` class
Member `get_context` and `has_context` in class `cl::sycl::exception` are not implemented. Member `get_cl_code` is implemented but is under `cl_exception`, which can not be used by `cl::sycl::exception` object.