oneapi-src / oneapi-src/oneAPI-samples
Libraries/oneDPL/ examples throw a lot of DEPRECATED warnings with oneAPI 2023.0.0
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 1.2k
- 派生
- 745
- PR 合并指标
- 30 天内没有已合并 PR
描述
Summary
Just to point out that oneDPL 2022 version provided with oneAPI 2023 needs to be updated.
Version
oneAPI 2023.0.0 on Ubuntu 20.04
Steps to reproduce
cd oneAPI-samples/Libraries/oneDPL/maxloc_reductions
make
Plenty of DEPRECATED warnings arise. For example:
/opt/intel/oneapi/dpl/2022.0.0/linux/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h:727:91: warning: 'local' is deprecated: use local_accessor instead [-Wdeprecated-declarations]
/opt/intel/oneapi/dpl/2022.0.0/linux/include/oneapi/dpl/pstl/hetero/dpcpp/execution_sycl_defs.h:390:27: warning: 'get_infosycl::info::kernel_device_specific::max_sub_group_size' is deprecated: Use the overload without the second parameter [-Wdeprecated-declarations]
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先使用 oneAPI 2023.0.0 在 Libraries/oneDPL/maxloc_reductions 中运行 make,并记录捆绑的 oneDPL 头文件发出的弃用警告。跟踪此示例如何选择其 oneDPL 和 SYCL 依赖项;完成的标准是示例在没有所报告的弃用警告的情况下构建成功,或记录更新后的受支持依赖项。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100