-
- Downloads
[TMVA] Add operations needed for performing optimizer updates:
* Implement ConstAdd, ConstMult, ReciprocalElementWise, SquareElementWise, SqrtElementWise in CPU, GPU and Reference architectures. * Add Unit Tests for them in CPU, GPU architecture. * Add ROOT Style docs and clang format the code.
Showing
- tmva/tmva/inc/TMVA/DNN/Architectures/Cpu.h 25 additions, 0 deletionstmva/tmva/inc/TMVA/DNN/Architectures/Cpu.h
- tmva/tmva/inc/TMVA/DNN/Architectures/Cuda.h 25 additions, 0 deletionstmva/tmva/inc/TMVA/DNN/Architectures/Cuda.h
- tmva/tmva/inc/TMVA/DNN/Architectures/Reference.h 30 additions, 0 deletionstmva/tmva/inc/TMVA/DNN/Architectures/Reference.h
- tmva/tmva/src/DNN/Architectures/Cpu/Arithmetic.cxx 39 additions, 0 deletionstmva/tmva/src/DNN/Architectures/Cpu/Arithmetic.cxx
- tmva/tmva/src/DNN/Architectures/Cuda/Arithmetic.cu 68 additions, 0 deletionstmva/tmva/src/DNN/Architectures/Cuda/Arithmetic.cu
- tmva/tmva/src/DNN/Architectures/Cuda/Kernels.cuh 70 additions, 0 deletionstmva/tmva/src/DNN/Architectures/Cuda/Kernels.cuh
- tmva/tmva/src/DNN/Architectures/Reference.cxx 1 addition, 0 deletionstmva/tmva/src/DNN/Architectures/Reference.cxx
- tmva/tmva/src/DNN/Architectures/Reference/Arithmetic.cxx 102 additions, 0 deletionstmva/tmva/src/DNN/Architectures/Reference/Arithmetic.cxx
- tmva/tmva/src/DNN/Architectures/Reference/Propagation.cxx 0 additions, 11 deletionstmva/tmva/src/DNN/Architectures/Reference/Propagation.cxx
- tmva/tmva/test/DNN/TestMatrixArithmetic.h 191 additions, 0 deletionstmva/tmva/test/DNN/TestMatrixArithmetic.h
- tmva/tmva/test/DNN/TestMatrixArithmeticCpu.cxx 84 additions, 18 deletionstmva/tmva/test/DNN/TestMatrixArithmeticCpu.cxx
- tmva/tmva/test/DNN/TestMatrixArithmeticCuda.cxx 82 additions, 18 deletionstmva/tmva/test/DNN/TestMatrixArithmeticCuda.cxx
Loading
Please register or sign in to comment