Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
d9dd840f
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
d9dd840f
编写于
3月 04, 2022
作者:
A
Aganlengzi
提交者:
GitHub
3月 04, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Publish header files for out user (#40150)
上级
b9672a1e
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
11 addition
and
5 deletion
+11
-5
paddle/fluid/memory/detail/buddy_allocator.cc
paddle/fluid/memory/detail/buddy_allocator.cc
+1
-0
paddle/phi/backends/callback_manager.h
paddle/phi/backends/callback_manager.h
+0
-2
paddle/phi/backends/device_base.cc
paddle/phi/backends/device_base.cc
+1
-0
paddle/phi/backends/event.h
paddle/phi/backends/event.h
+2
-1
paddle/phi/backends/stream.h
paddle/phi/backends/stream.h
+2
-1
python/setup.py.in
python/setup.py.in
+5
-1
未找到文件。
paddle/fluid/memory/detail/buddy_allocator.cc
浏览文件 @
d9dd840f
...
...
@@ -26,6 +26,7 @@ DECLARE_uint64(reallocate_gpu_memory_in_mb);
#endif
#include "paddle/fluid/platform/device/device_wrapper.h"
#include "paddle/fluid/platform/place.h"
namespace
paddle
{
namespace
memory
{
...
...
paddle/phi/backends/callback_manager.h
浏览文件 @
d9dd840f
...
...
@@ -30,8 +30,6 @@
#include <memory>
#include <mutex> // NOLINT
#include "paddle/fluid/platform/enforce.h"
namespace
phi
{
namespace
stream
{
...
...
paddle/phi/backends/device_base.cc
浏览文件 @
d9dd840f
...
...
@@ -14,6 +14,7 @@
#include "paddle/phi/backends/device_base.h"
#include "gflags/gflags.h"
#include "paddle/phi/core/enforce.h"
DECLARE_double
(
fraction_of_gpu_memory_to_use
);
DECLARE_uint64
(
initial_gpu_memory_in_mb
);
...
...
paddle/phi/backends/event.h
浏览文件 @
d9dd840f
...
...
@@ -13,7 +13,8 @@
// limitations under the License.
#pragma once
#include "paddle/fluid/platform/place.h"
#include "paddle/phi/common/place.h"
#include "paddle/phi/core/macros.h"
namespace
phi
{
...
...
paddle/phi/backends/stream.h
浏览文件 @
d9dd840f
...
...
@@ -14,8 +14,9 @@
#pragma once
#include "paddle/fluid/platform/place.h"
#include "paddle/phi/backends/callback_manager.h"
#include "paddle/phi/common/place.h"
#include "paddle/phi/core/macros.h"
namespace
phi
{
...
...
python/setup.py.in
浏览文件 @
d9dd840f
...
...
@@ -576,8 +576,12 @@ headers = (
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/api/include')) + # phi api
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/common')) + # phi common headers
# phi level api headers (low level api)
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/core', recursive=True)) + # phi core headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi')) + # phi extension header
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/include', recursive=True)) + # phi include headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/backends', recursive=True)) + # phi backends headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/core', recursive=True)) + # phi core headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/infermeta', recursive=True)) + # phi infermeta headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/phi/kernels', recursive=True)) + # phi kernels headers
# utila api headers
list(find_files('*.h', '@PADDLE_SOURCE_DIR@/paddle/utils', recursive=True))) # paddle utils headers
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录