index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
/
Tensor
/
TensorDeviceSycl.h
Commit message (
Expand
)
Author
Age
*
Reducing warnings in Sycl backend.
Mehdi Goli
2017-02-01
*
Fixing the buffer type in memcpy.
Mehdi Goli
2017-01-30
*
Allows AMD APU
Luke Iwanski
2017-01-23
*
Reverting back to the previous TensorDeviceSycl.h as the total number of buff...
Mehdi Goli
2017-01-20
*
Removing unused variables
Mehdi Goli
2017-01-19
*
Adding non-deferrenciable pointer track for ComputeCpp backend; Adding Tensor...
Mehdi Goli
2017-01-19
*
Reverting asynchronous exec to Synchronous exec regarding random race condition.
Mehdi Goli
2016-12-22
*
Merged eigen/eigen into default
Benoit Steiner
2016-12-16
|
\
|
*
Fixed memcpy, memcpyHostToDevice and memcpyDeviceToHost for Sycl.
Benoit Steiner
2016-12-16
*
|
Converting all parallel for lambda to functor in order to prevent kernel dupl...
Mehdi Goli
2016-12-16
|
/
*
Adding asynchandler to sycl queue as lack of it can cause undefined behaviour.
Mehdi Goli
2016-12-15
*
Adding asynchronous execution as it improves the performance.
Mehdi Goli
2016-12-14
*
Adding tensor contraction operation backend for Sycl; adding test for contrac...
Mehdi Goli
2016-12-14
*
Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in Tens...
Mehdi Goli
2016-12-01
*
Moved the MemCopyFunctor back to TensorSyclDevice since it's the only caller ...
Benoit Steiner
2016-11-30
*
Added the deallocate_all() method back
Benoit Steiner
2016-11-30
*
Added EIGEN_STRONG_INLINE to get_sycl_supported_device().
Luke Iwanski
2016-11-30
*
Adding TensorShuffling backend for sycl; adding TensorReshaping backend for s...
Mehdi Goli
2016-11-29
*
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...
Mehdi Goli
2016-11-25
*
Removing unsupported device from test case; cleaning the tensor device sycl.
Mehdi Goli
2016-11-23
*
Made the QueueInterface thread safe
Benoit Steiner
2016-11-20
*
Merged eigen/eigen into default
Benoit Steiner
2016-11-20
|
\
|
*
Fixed a typo
Benoit Steiner
2016-11-20
|
*
Fixed merge conflicts
Benoit Steiner
2016-11-19
*
|
Made it possible to check the state of a sycl device without synchronization
Benoit Steiner
2016-11-19
|
/
*
Added the ability to run test exclusively OpenCL devices that are listed by s...
Benoit Steiner
2016-11-18
*
Cleaned up the sycl device code
Benoit Steiner
2016-11-18
*
adding Benoit changes on the TensorDeviceSycl.h
Mehdi Goli
2016-11-18
*
Modifying TensorDeviceSycl.h to always create buffer of type uint8_t and conv...
Mehdi Goli
2016-11-18
*
Added a way to detect errors generated by the opencl device from the host
Benoit Steiner
2016-11-17
*
Cleanup
Benoit Steiner
2016-11-17
*
Created a test to check that the sycl runtime can successfully report errors ...
Benoit Steiner
2016-11-17
*
Adding TensorFixsize; adding sycl device memcpy; adding insial stage of slicing.
Mehdi Goli
2016-11-14
*
Adding comment to TensorDeviceSycl.h and cleaning the code.
Mehdi Goli
2016-11-11
*
Adding EIGEN_STRONG_INLINE back; using size() instead of dimensions.TotalSize...
Mehdi Goli
2016-11-10
*
adding the missing in eigen_assert!
Mehdi Goli
2016-11-10
*
Adding Memset; optimising MecopyDeviceToHost by removing double copying;
Mehdi Goli
2016-11-10
*
#if EIGEN_EXCEPTION -> #ifdef EIGEN_EXCEPTIONS.
Luke Iwanski
2016-11-08
*
Fix for SYCL queue initialisation.
Luke Iwanski
2016-11-08
*
Use try/catch only when exceptions are enabled.
Luke Iwanski
2016-11-08
*
Converting all sycl buffers to uninitialised device only buffers; adding memc...
Mehdi Goli
2016-11-08
*
Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...
Mehdi Goli
2016-11-04
*
Partial OpenCL support via SYCL compatible with ComputeCpp CE.
Luke Iwanski
2016-09-19