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 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
4 years ago
..
details Document transform.h and fix cpplint errors (#9913) 7 years ago
dynload add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199) 4 years ago
stream use iwyu clean include (#27267) 4 years ago
CMakeLists.txt Add bfloat16 data type (#25402) 5 years ago
bfloat16.h use iwyu clean include (#27267) 4 years ago
bfloat16_test.cc use iwyu clean include (#27267) 4 years ago
collective_helper.cc Support dynamic graph distributed (#28997) 4 years ago
collective_helper.h Support dynamic graph distributed (#28997) 4 years ago
complex64.h Support type promote for basic math ops (quantum required) (#29265) 4 years ago
complex128.h Support type promote for basic math ops (quantum required) (#29265) 4 years ago
cpu_helper.cc Paddle support compile on sw (#27858) 4 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 Paddle support compile on sw (#27858) 4 years ago
cpu_info.h Paddle support compile on sw (#27858) 4 years ago
cpu_info_test.cc Fix cpplint errors with paddle/fluid/platform/cpu_info* (#9708) 7 years ago
cuda_device_function.h add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199) 4 years ago
cuda_device_guard.cc Refine code 6 years ago
cuda_device_guard.h Refine code 6 years ago
cuda_error.proto Optimize the error messages of paddle CUDA API (#23816) 5 years ago
cuda_helper.h Fix index overflow bug of the CUDA kernel loop increment (#25435) 5 years ago
cuda_helper_test.cu Fix index overflow bug of the CUDA kernel loop increment (#25435) 5 years ago
cuda_primitives.h fix cpplint error for the autmic max/min 4 years ago
cuda_profiler.h Polish some lost invalid error message (#27445) 4 years ago
cuda_resource_pool.cc refine PADDLE_ENFORCE (#25456) 5 years ago
cuda_resource_pool.h use iwyu clean include (#27267) 4 years ago
cudnn_desc.h use iwyu clean include (#27267) 4 years ago
cudnn_desc_test.cc polish cudnn related code and fix bug. (#15164) 6 years ago
cudnn_helper.h Add rnn_op (#28197) 4 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 use iwyu clean include (#27267) 4 years ago
device_code.h use iwyu clean include (#27267) 4 years ago
device_code_test.cc Fix gpu memory allocation bug. (#28703) 4 years ago
device_context.cc Polish CUDA Information stdout (#29109) 4 years ago
device_context.h remove eigen threadpool for the speed up 4 years ago
device_context_test.cu Revert "Revert "Remove op handle lock"" 6 years ago
device_context_xpu_test.cc support Baidu Kunlun AI Accelerator (#25959) 5 years ago
device_memory_aligment.cc fix PADDLE_ENFORCE (#25297) 5 years ago
device_memory_aligment.h use iwyu clean include (#27267) 4 years ago
device_tracer.cc Paddle support compile on sw (#27858) 4 years ago
device_tracer.h use iwyu clean include (#27267) 4 years ago
enforce.cc Fix the grammar in copyright. (#8403) 7 years ago
enforce.h fix typo of flag name (#29154) 4 years ago
enforce_test.cc Refine PADDLE_ENFORCE (#25369) 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 python error types of paddle & polish format (#28124) 4 years ago
errors.h Enrich the python error types of paddle & polish format (#28124) 4 years ago
errors_test.cc Hide the C++ stack by default and add hints (#29042) 4 years ago
event.h Add pe profiler Event (#24611) 5 years ago
flags.cc Hide the C++ stack by default and add hints (#29042) 4 years ago
float16.h detect tensorRT plugin fp16 in runtime (#27933) 4 years ago
float16_test.cc use iwyu clean include (#27267) 4 years ago
float16_test.cu Refine PADDLE_ENFORCE (#25369) 5 years ago
for_range.h Revert "Some trivial optimization (#13530)" 6 years ago
gloo_context.cc Initialize gloo for low level collective apis (#27672) 4 years ago
gloo_context.h Initialize gloo for low level collective apis (#27672) 4 years ago
gpu_info.cc fix user set CUDA_VISIBLE_DEVICES start/end with quotation marks (#28547) 4 years ago
gpu_info.h [API2.0] add op for cudnn version query test=develop (#26180) 5 years ago
gpu_launch_config.h refine the gpu config for performance optimization (#28291) 4 years ago
hostdevice.h Fix the grammar in copyright. (#8403) 7 years ago
init.cc Fix gpu memory allocation bug. (#28703) 4 years ago
init.h Fix gpu memory allocation bug. (#28703) 4 years ago
init_test.cc Fix gpu memory allocation bug. (#28703) 4 years ago
lock_guard_ptr.h Clean LockGuardPtr 6 years ago
lodtensor_printer.cc use iwyu clean include (#27267) 4 years ago
lodtensor_printer.h use iwyu clean include (#27267) 4 years ago
lodtensor_printer_test.cc use iwyu clean include (#27267) 4 years ago
macros.h add musl option (#27798) 4 years ago
mkldnn_helper.h Fixes mkldnn dygraph learning rate scheduler crashes (#28988) 4 years ago
mkldnn_reuse.h extends oneDNN caching keys so caching objects are unique to executor/predictor (#28758) 4 years ago
monitor.cc use iwyu clean include (#27267) 4 years ago
monitor.h use iwyu clean include (#27267) 4 years ago
nccl_helper.h Retry CUDA Initialization to Fix Random Failure, test=develop (#28323) 4 years ago
place.cc support Baidu Kunlun AI Accelerator (#25959) 5 years ago
place.h support Baidu Kunlun AI Accelerator (#25959) 5 years ago
place_test.cc use iwyu clean include (#27267) 4 years ago
port.h fix dynamic_loader more safe and error message on windows (#28117) 4 years ago
profiler.cc use iwyu clean include (#27267) 4 years ago
profiler.cu refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603) 6 years ago
profiler.h use iwyu clean include (#27267) 4 years ago
profiler.proto Add memory profiler (#16137) 6 years ago
profiler_helper.h refine PADDLE_ENFORCE (#25456) 5 years ago
profiler_test.cc use iwyu clean include (#27267) 4 years ago
resource_pool.h refine PADDLE_ENFORCE (#25456) 5 years ago
stream_callback_manager.cc fix PADDLE_ENFORCE (#25297) 5 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 use iwyu clean include (#27267) 4 years ago
timer_test.cc Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer 6 years ago
transform.h fix PADDLE_ENFORCE (#25297) 5 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
xpu_header.h update kunlun conv2d/softmax/elementwise implemetation (#29229) 4 years ago
xpu_info.cc support Baidu Kunlun AI Accelerator (#25959) 5 years ago
xpu_info.h support Baidu Kunlun AI Accelerator (#25959) 5 years ago