You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/platform
Chen Weihang 7f1ad510bd
Add op inout check macro to simplify error message writing (#23430)
5 years ago
..
details Document transform.h and fix cpplint errors (#9913) 7 years ago
dynload add WITH_NCCL option for cmake. (#22384) 5 years ago
CMakeLists.txt reverts the commit 23177, test=develop (#23363) 5 years ago
collective_helper.cc Initialize global nccl_comm in PE (#23275) 5 years ago
collective_helper.h Initialize global nccl_comm in PE (#23275) 5 years ago
cpu_helper.cc add Set/GetCPUNumThreads api 6 years ago
cpu_helper.h move SetNumThreads to platform 7 years ago
cpu_helper_test.cc move SetNumThreads to platform 7 years ago
cpu_info.cc Add cpu_info without XBYAK (#22716) 5 years ago
cpu_info.h Add cpu_info without XBYAK (#22716) 5 years ago
cpu_info_test.cc Fix cpplint errors with paddle/fluid/platform/cpu_info* (#9708) 7 years ago
cuda_device_function.h Refine elementwise kernel. (#16952) 6 years ago
cuda_device_guard.cc Refine code 6 years ago
cuda_device_guard.h Refine code 6 years ago
cuda_helper.h Add error message for cublas inItizalize failed (#21995) 5 years ago
cuda_helper_test.cu not include the numeric under linux test=develop 6 years ago
cuda_primitives.h Fix/float16 style (#12446) 7 years ago
cuda_profiler.h Update documentation (#9918) 7 years ago
cuda_resource_pool.cc add cuda resource pool for BufferedReader, test=develop (#23152) 5 years ago
cuda_resource_pool.h add cuda resource pool for BufferedReader, test=develop (#23152) 5 years ago
cudnn_desc.h replace CUDNN_ENFORCE with PADDLE_ENFORCE_CUDA_SUCCESS, test=develop (#22109) 5 years ago
cudnn_desc_test.cc polish cudnn related code and fix bug. (#15164) 6 years ago
cudnn_helper.h use enum class to replace the usage of enum in some condition test=develop (#22464) 5 years ago
cudnn_helper_test.cc "fix link error" (#13545) 6 years ago
cudnn_workspace_helper.cc make_conv_workspace_size_configurable, test=develop (#20662) 5 years ago
cudnn_workspace_helper.h make_conv_workspace_size_configurable, test=develop (#20662) 5 years ago
device_code.cc Add the support of fp16 in fusion_group (#22239) 5 years ago
device_code.h Add the support of fp16 in fusion_group (#22239) 5 years ago
device_code_test.cc Polish the PADDLE_ENFORCE in fusion_group pass related codes. (#22144) 5 years ago
device_context.cc reverts the commit 23177, test=develop (#23363) 5 years ago
device_context.h reverts the commit 23177, test=develop (#23363) 5 years ago
device_context_test.cu Revert "Revert "Remove op handle lock"" 6 years ago
device_memory_aligment.cc Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664) 6 years ago
device_memory_aligment.h Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664) 6 years ago
device_tracer.cc Fusion group profile support (#22718) 5 years ago
device_tracer.h Add memory profiler (#16137) 6 years ago
enforce.cc Fix the grammar in copyright. (#8403) 7 years ago
enforce.h Add op inout check macro to simplify error message writing (#23430) 5 years ago
enforce_test.cc Add op inout check macro to simplify error message writing (#23430) 5 years ago
error_codes.proto Enrich the type of error and declare the error type interfaces (#21024) 5 years ago
errors.cc Enrich the type of error and declare the error type interfaces (#21024) 5 years ago
errors.h polish default error msg & cublas error hint, test=develop (#22032) 5 years ago
errors_test.cc Enrich the type of error and declare the error type interfaces (#21024) 5 years ago
event.h fix print bug of profile, test=develop (#22804) 5 years ago
flags.cc Add flags to limit gpu memory (#22793) 5 years ago
float16.h NV jetson(nano, tx2, xavier) inference compile support (#21393) 5 years ago
float16_test.cc replace part of PADDLE_ASSERT to PADDLE_ENFORCE (#19285) 6 years ago
float16_test.cu replace part of PADDLE_ASSERT to PADDLE_ENFORCE (#19285) 6 years ago
for_range.h Revert "Some trivial optimization (#13530)" 6 years ago
gpu_info.cc Add flags to limit gpu memory (#22793) 5 years ago
gpu_info.h Add flags to limit gpu memory (#22793) 5 years ago
gpu_launch_config.h optimize performance of interpolate op (#22436) 5 years ago
gpu_launch_param_config.h Refine stack op to improve xlnet performance, test=develop (#22142) 5 years ago
hostdevice.h Fix the grammar in copyright. (#8403) 7 years ago
init.cc Refine a Warning Which Can Occur Not Only During Init (#21546) 5 years ago
init.h Fix dgc nan by stripping nccl from sparseReduce. (#20630) 5 years ago
init_test.cc Add signal message to stderr (#19421) 6 years ago
lock_guard_ptr.h Clean LockGuardPtr 6 years ago
lodtensor_printer.cc add __str__ method for tensor and lodtensor to support print test=dev… (#17588) 6 years ago
lodtensor_printer.h add printer for fetch variable 6 years ago
lodtensor_printer_test.cc refine API spec 6 years ago
macros.h Revert "cherry picked windows patches." 6 years ago
mkldnn_helper.h Add explanation on conv grad for dims<3 (#22125) 5 years ago
mkldnn_reuse.h Delete is_test attribute from activation operators (#23318) 5 years ago
nccl_helper.h Initialize global nccl_comm in PE (#23275) 5 years ago
ngraph_helper.h [NGraph] Enable assign operator for a ngraph, test=develop (#17437) 6 years ago
place.cc Clean unused code of dim and place (#18565) 6 years ago
place.h Further simplify the C++ error info stack (#21093) 5 years ago
place_test.cc Clean unused code of dim and place (#18565) 6 years ago
port.h some not so useful adjust 6 years ago
profiler.cc fix print bug of profile, test=develop (#22804) 5 years ago
profiler.cu refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603) 6 years ago
profiler.h fix print bug of profile, test=develop (#22804) 5 years ago
profiler.proto Add memory profiler (#16137) 6 years ago
profiler_helper.h Profiler refine (#23294) 5 years ago
profiler_test.cc fix print bug of profile, test=develop (#22804) 5 years ago
resource_pool.h code polish for adding const qualifier, test=develop, test=document_fix (#23248) 5 years ago
stream_callback_manager.cc fix bug 6 years ago
stream_callback_manager.h fix bug 6 years ago
test_limit_gpu_memory.cu Add flags to limit gpu memory (#22793) 5 years ago
timer.cc Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer 6 years ago
timer.h Pipeline Concurrency (#17402) 6 years ago
timer_test.cc Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer 6 years ago
transform.h Document transform.h and fix cpplint errors (#9913) 7 years ago
transform_test.cu Fix bug in uts 6 years ago
variant.h Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation 6 years ago