Skip to content

discussions Search Results · topic:analytics org:uxlfoundation fork:true

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 ...

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 ...

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 ...

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 ...

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 ...

The VS solution generated by CMake uses /EHsc. Will it cause any problems if I switch to /EHa? Will it have performance impacts?

Is there a way to set a policy to make worker thread prefer parking/waiting instead of spinning?

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 ...

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= ...

Quick test of the expanded notification checks in oneDPL to support RFCs starting as discussions instead of PRs.