Deprecated List
- Member cl::sycl::accessor< elemT, kDims, kMode, access::target::host_buffer, access::placeholder::false_t >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor(buffer< elemT
- Need to reverse the order of the access offset and range, see 4.7.6.6 Buffer accessor interface in SYCL 1.2.1
- Member cl::sycl::accessor< elemT, kDims, kMode, access::target::host_task, IsPlaceholder >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor(buffer< elemT
- Need to reverse the order of the access offset and range, see 4.7.6.6 Buffer accessor interface in SYCL 1.2.1
- Member cl::sycl::buffer< const T, dims, AllocatorT >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor< const T
- Need to reverse the order of the access offset and range, see 4.7.2.1 Buffer Interface in SYCL 1.2.1
- Member cl::sycl::buffer< const T, dims, AllocatorT >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor< T
- Need to reverse the order of the access offset and range, see 4.7.2.1 Buffer Interface in SYCL 1.2.1
- Member cl::sycl::buffer< T, dims, AllocatorT >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor< T
Need to reverse the order of the access offset and range, see 4.7.2.1 Buffer Interface in SYCL 1.2.1
Need to reverse the order of the access offset and range, see 4.7.2.1 Buffer Interface in SYCL 1.2.1
- Member cl::sycl::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use group::parallel_for_work_item instead.") void parallel_for_work_item(group< dimensions > groupID
Use group::parallel_for_work_item instead
Use group::parallel_for_work_item instead
Use group::parallel_for_work_item instead
- Member cl::sycl::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use overload where the range comes before the offset.") accessor(buffer< elemT
- Need to reverse the order of the access offset and range, see 4.7.6.6 Buffer accessor interface in SYCL 1.2.1
- Member cl::sycl::COMPUTECPP_VALID_KERNEL_ARG_IF (kTarget !=access::target::host_buffer &&kTarget !=access::target::host_task, "Cannot pass host accessor to SYCL kernel") accessor
- Need to reverse the order of the access offset and range, see 4.7.6.6 Buffer accessor interface in SYCL 1.2.1
- Member cl::sycl::context::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "OpenGL interop is no longer available.") context(const device_selector &deviceSelector
- OpenGL interop no longer supported in SYCL 1.2.1
- Member cl::sycl::event::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use the OpenCL interop constructor which takes a SYCL context instead.") event(cl_event)
- Need to provide a context as well
- Member cl::sycl::group< Dimensions >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use group::get_id(unsigned) instead.") size_t get(unsigned int dimension) const
- Use get_id instead
- Member cl::sycl::group< Dimensions >::get () const
- Use get_id instead
- Member cl::sycl::handler::COMPUTECPP_DEPRECATED_API ("Deprecated Codeplay extension function: " "Bind the null accessor first, then call require()") void require(buffer< elemT
- Bind the null accessor first, then call require()
- Member cl::sycl::handler::require (const accessor_base &acc, dmem_shptr memObj, access::mode mode, access::target target)
- Bind the null accessor first, then call require()
- Member cl::sycl::info::gl_context_interop
- OpenGL interop no longer supported in SYCL 1.2.1
- Member cl::sycl::kernel::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use the OpenCL interop constructor which takes a SYCL context instead.") kernel(cl_kernel clKernel)
- Provide a context as the second argument
- Member cl::sycl::multi_ptr< dataType, asp >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "multi_ptr::operator[] is no longer available.") original_type_ref operator[](size_t i)
- Use operator* or operator-> instead
- Member cl::sycl::multi_ptr< dataType, asp >::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "multi_ptr::operator[] is no longer available.") original_type_cref operator[](size_t i) const
- Use operator* or operator-> instead
- Member cl::sycl::private_memory< elementT, kDimensions >::COMPUTECPP_DEPRECATED_API ("operator()(item) deprecated in SYCL 1.2.1, " "use operator()(h_item) instead") elementT &operator()(const item< kDimensions > &index)
- Use operator()(h_item)
- Member cl::sycl::sampler::COMPUTECPP_DEPRECATED_API ("sampler(cl_sampler) deprecated in SYCL 1.2.1, " "please also provide a SYCL context") explicit sampler(cl_sampler clSampler)
- Please also provide a SYCL context
- Member cl::sycl::sampler::COMPUTECPP_DEPRECATED_API ("sampler::sampler(bool, addressing_mode, filtering_mode) deprecated. Use" "sampler::sampler(coordinate_normalization_mode, addressing_mode," "filtering_mode) instead.") sampler(const bool normalizedCoords
- Use sampler::sampler(coordinate_normalization_mode, addressing_mode, filtering_mode) instead.