Searched defs:SyclDevice (Results 1 – 1 of 1) sorted by relevance
824 struct SyclDevice : public SyclDeviceBase { struct825 explicit SyclDevice(const QueueInterface *queue_stream) in SyclDevice() function831 get_range_accessor(const void *ptr) const { in get_range_accessor()839 get_sycl_accessor(cl::sycl::handler &cgh, const void *ptr) const { in get_sycl_accessor()844 EIGEN_STRONG_INLINE cl::sycl::buffer<buffer_scalar_t, 1> get_sycl_buffer( in get_sycl_buffer()852 EIGEN_STRONG_INLINE void parallel_for_setup(Index n, Index &tileSize, in parallel_for_setup()860 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup()869 EIGEN_STRONG_INLINE void parallel_for_setup( in parallel_for_setup()876 EIGEN_STRONG_INLINE void *allocate(size_t num_bytes) const { in allocate()880 EIGEN_STRONG_INLINE void *allocate_temp(size_t num_bytes) const { in allocate_temp()[all …]