oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Unit tests fail for DPCPP backend with placeholder accessor error

Open abagusetty opened this issue 1 year ago • 1 comments

Error:

terminate called after throwing an instance of 'sycl::_V1::exception'
  what():  placeholder accessor must be bound by calling handler::require() before it can be used.

Tests:

The following tests FAILED:
	  6 - header_inclusion_order_async_0.pass (Subprocess aborted)
	  7 - header_inclusion_order_async_1.pass (Subprocess aborted)
	 15 - lambda_naming.pass (Subprocess aborted)
	 19 - sycl_iterator_reduce.pass (Failed)
	 28 - is_partitioned.pass (Subprocess aborted)
	 52 - count.pass (Subprocess aborted)
	 67 - lexicographical_compare.pass (Subprocess aborted)
	 76 - minmax_element.pass (Subprocess aborted)
	101 - asynch.pass (Subprocess aborted)
	108 - zip_iterator.pass (Subprocess aborted)
	119 - reduce.pass (Subprocess aborted)
	120 - reduce_by_segment.pass (Failed)
	124 - transform_reduce.pass (Subprocess aborted)
	131 - count_ranges_sycl.pass (Subprocess aborted)
	144 - minmax_ranges_sycl.pass (Subprocess aborted)
	147 - reduce_ranges_sycl.pass (Subprocess aborted)
	169 - transform_reduce_ranges_sycl.pass (Subprocess aborted)

Compiler:

Intel(R) oneAPI DPC++/C++ Compiler 2024.0.0 (2024.x.0.20230613)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /soft/restricted/CNDA/updates/2023.05.15.001/oneapi/compiler/eng-20230614/compiler/linux/bin-llvm
Configuration file: /soft/restricted/CNDA/updates/2023.05.15.001/oneapi/compiler/eng-20230614/compiler/linux/bin-llvm/../bin/icpx.cfg

abagusetty avatar Sep 28 '23 14:09 abagusetty