- 13 1月, 2021 1 次提交
-
-
由 tangwei12 提交于
Change-Id: I3c788e7576688e63181e7f01562529b85a09cc59
-
- 20 11月, 2020 1 次提交
-
-
由 gongweibao 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 01 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory. We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton. Also added data_feed_proto to operator to fix CI in CPU compilation
-
- 02 8月, 2019 1 次提交
-
-
由 Krzysztof Binias 提交于
* Fix memory leak in test test=develop * Fix memory leak in test test=develop * Fix memory leak in test test=develop * Pull out vars of the loops test=develop
-
- 19 3月, 2019 1 次提交
-
-
由 zhhsplendid 提交于
test=develop
-
- 21 1月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 28 12月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 23 11月, 2018 2 次提交
-
-
由 JiabinYang 提交于
-
由 sabreshao 提交于
* HIP cmake. Enable whole archieve build for pybind library. Disable two warning. Rollback to C++11. Link RCCL to WA gpu kernel loading issue. Update eigen to fix build failure. Add more include directories. Fix O3 build failure. Update eigen. fix tensor_util_test segment fault issue add more macro check in hip.cmake. we may consider refine hip.cmake to inherit all add_definitions() in parrent scope, in the future. Fix rocRAND load. Update eigen to fix gru_unit_op and reduce_op. Add HIP support to testing. Update eigen to support int16 and int8 in arg min and arg max. * add rocprim as cub library used by nv implementation * Reduce build time in rocprim. * Add rocprim introduction, remove useless cmake code. * Remove useless flags and format cmake file.
-
- 12 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 09 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 28 9月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Use OO style to rewrite memory allocation.
-
- 05 7月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* move to platform * "move init from framework to platform" * "remove used init" * "fix ci" * "fix ci" * "fix generic" * "fix ci" * "fix ci" * "fix ci" * "disable fragile test"
-
- 17 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 15 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 12 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 08 6月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 07 4月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 26 2月, 2018 1 次提交
-
-
由 qijun 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 Yi Wang 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 01 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 30 1月, 2018 1 次提交
-
-
由 Liu Yiqun 提交于
Enable whole-archive flag in cc_test and use cc_test to rewrite the CMakeLists.txt of inference unittest.
-
- 10 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "init use all default devices" * "fix init test"
-
- 25 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 24 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "change operator interface" * "move devicepool to device_context" * "fix operator test" * "fix op_registry Run interface" * "net op passed. Need to fix nccl multi-Context" * "add nccl group function" * "add nccl group function" * "fix gpu count exceed 32 error" * "fix recurrent op, nccl op" * "change the other operators interface with Place" * "fix typo" * "fix pybind" * "fix device in python side" * "fix pybind failed" * "add init for test" * "fix CI"
-
- 30 11月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add gflags for C++ unittest
-