- 17 4月, 2018 6 次提交
- 12 4月, 2018 2 次提交
-
-
由 Yang Yang(Tony) 提交于
-
由 Yang Yang(Tony) 提交于
* remove net op and cond_op * fix cpplint * fix dependency * delete backward_test; fix compile * disable batch_norm backward * rm test_net.py * make batchnorm test independent of backward.cc * make test_layer_norm_op independent of backward.cc * make test_layer_norm_op independent of backward.cc * delete unused code * clean up
-
- 11 4月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 10 4月, 2018 1 次提交
-
-
由 typhoonzero 提交于
-
- 09 4月, 2018 2 次提交
-
-
由 Yu Yang 提交于
-
由 qingqing01 提交于
* Support testing during training by ParallelExecutor. * Add unit test. * Improve the interface. * Follow comments.
-
- 08 4月, 2018 2 次提交
- 07 4月, 2018 5 次提交
- 06 4月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 04 4月, 2018 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 03 4月, 2018 2 次提交
- 24 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 22 3月, 2018 1 次提交
-
-
由 sabreshao 提交于
Fix CI.
-
- 20 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 19 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 16 3月, 2018 1 次提交
-
-
由 sabreshao 提交于
1. Add option WITH_AMD_GPU. 2. Add cmake/hip.cmake for HIP toolchain. 3. Some external module such as eigen may need HIP port. 4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake. 5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
-
- 15 3月, 2018 2 次提交
-
-
由 qingqing01 提交于
-
由 Kexin Zhao 提交于
* add fp16 mul op support * small fix * fix bug * small fix * fix PADDLE_WITH_CUDA compiling issue * reorg code * test for pybind * treate as float16 as uint16_t in pybind * bind np.float16 to paddle float16 * small fix * clean code * remove redundancy * fix mul_op test * address comments * small fix * add is_float16_supported func
-
- 14 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 12 3月, 2018 2 次提交
- 07 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 26 2月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 24 2月, 2018 3 次提交
-
-
由 typhoonzero 提交于
-
由 Yu Yang 提交于
* Add reset and guard to unique_name
-
由 Yu Yang 提交于
* Add block.fwd_block_id * fix bug in memory optimization transpiler * Change DFS to BFS * Add comments
-
- 23 2月, 2018 1 次提交
-
-
由 kavyasrinet 提交于
* Adding set_capacity method support * Adding Python for make_channel * Updating notest_concurrency * Write python for make_channel method * Write python for make_channel method * Fix make_channel and test * Placeholder ops for channel send, recv and close * Adding ToTypeIndex method to var_type.h * Add var_type.h to channel: * Added POD_Type to the method * Add CHANNEL to executor * Updated get and set DataType to accomodate Channels * Updating get and set to incorporate channels * Adding CHANNEL as supported VarType in protobuf * Removing unecessary import * Fixing VarDesc to adapt to Channel as VarType * Add channel.h to executor * Remove innclude from channel * Updated var_type to support Channel as var type * Adding get_channel to pybind * Added ChannelHolder * Adding make_channel as an op * Adding ChannelHolder in channel * Fixing typo * Commenting out operators in concurrency * Removing totypeid right now since we don't need it. * Reverting python changes * Fixing typo in framework.py * Modify comments for ReaderHolder
-