- 25 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix maybe-uninitialized warning * fix compile * fix xpu compile * fix npu compile * fix infer compile * fix compile * fix compile
-
- 02 3月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* add softmax log_softmax * refine rocm * refine unittest
-
- 17 4月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 23 9月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix softmax ce time limit check failed. test=develop * refine softmax calc. test=develop
-
- 16 9月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 5月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* refine softmax fwd test=develop * refine cpu softmax bwd test=develop * fix batch size test=develop * fix compile issue with gpu test=develop * add value clip
-
- 23 5月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* refine softmax fwd test=develop * fix compile issue wih gpu test=develop * add value clip to avoid exp
-
- 25 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 20 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 18 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 08 3月, 2019 1 次提交
-
-
由 tensor-tang 提交于
test=develop
-
- 29 1月, 2019 2 次提交
-
-
由 tensor-tang 提交于
test=develop
-
由 tensor-tang 提交于
test=develop
-
- 18 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 07 12月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 27 11月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 18 11月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
- 16 11月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
test=develop - Added profiling to softmax functors - MKL based softmax inference op - Fix to softmax compuation via MKL - cleaning - Cosmetic fixes to softmax MKL - Fix to ON_INFER lack of propagation
-
- 14 11月, 2018 2 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
由 Tao Luo 提交于
-
- 09 11月, 2018 2 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
由 Jacek Czaja 提交于
-
- 07 4月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* initial commit * fix error * fix typo and order
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 12 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
There are mainly following fixes: - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place` - remove `eigen_device` interface in base class `DeviceContext` - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext` - remove unused `platform::EigenDeviceConverter` - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL` - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
-
- 13 11月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-