discussions Search Results · topic:analytics org:uxlfoundation fork:true
Filter by
90 results
(126 ms)90 results
inuxlfoundation (press backspace or delete to remove):
In order to offload to GPU, input data needs to be passed as dpctl.tensor.usm_ndarray as per the guide.
GridSearchCV and RandomizedSearchCV is not patched and when trying to use them with the input data ...
idkSethposted
on Mar 8- 5
:
https://github.com/oneapi-src/oneDPL/issues/855 provides an example were users want to provide their own iterators that
reference data on the device. Currently, this causes segfaults since oneDPL is creating ...
masterleinadposted
on Nov 18, 2024- 15
:
Overview
For several years oneDPL provides an experimental implementation of parallel algorithms that work with ranges, similar
to the C++20 standard Ranges library but with limited functionality. We ...
akukanovposted
on Jul 30, 2024- 4
:
I m trying to check if a task_group has finished in a GUI event loop. I could use a reference count to do this, but is
there a better way? For example, could I use m_wait_vertex.continue_execution() from ...
darknesswindposted
6 days ago- 2
:
Currently, all non-standard algorithms of oneDPL are defined in the oneapi/dpl/algorithm header. This is also described
in the specification:
The parallel algorithms are defined in the oneapi/dpl/algorithm ...
akukanovposted
on Oct 10, 2024- 3
:
The VS solution generated by CMake uses /EHsc. Will it cause any problems if I switch to /EHa? Will it have performance
impacts?
gaozhe940109posted
on Sep 5- 0
:
Is there a way to set a policy to make worker thread prefer parking/waiting instead of spinning?
slompposted
on Aug 25- 1
:
Hello,
I have the following situation: There s an outer context which issues a top-level parallel_for. This outer level uses a
task arena that often undersubscribes in terms of threads. I do not have ...
slompposted
on Aug 15- 2
:
Hi!
I m trying to build the oneapi construction kit according to instructions:
$cmake . -GNinja -Bbuild-x86_64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/build-x86_64/install -DCA_LLVM_INSTALL_DIR= ...
tnevalposted
on Jul 30- 0
:
Quick test of the expanded notification checks in oneDPL to support RFCs starting as discussions instead of PRs.
timmiesmithposted
on Jun 11- 0