diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 9934e3d..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# intel-compute-runtime - -#### Description -Intel Graphics Compute Runtime - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index b2a0dbc..0000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# intel-compute-runtime - -#### 介绍 -Intel Graphics Compute Runtime - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/compute-runtime-23.30.26918.50.tar.gz b/compute-runtime-23.30.26918.50.tar.gz new file mode 100644 index 0000000..2f1eb89 Binary files /dev/null and b/compute-runtime-23.30.26918.50.tar.gz differ diff --git a/neo.spec b/neo.spec new file mode 100755 index 0000000..def1f4c --- /dev/null +++ b/neo.spec @@ -0,0 +1,142 @@ +# Copyright (C) 2023 Intel Corporation +# SPDX-License-Identifier: MIT + +# NEO is the shorthand name for Intel Compute Runtime +%global NEO_MAJOR 23 +%global NEO_MINOR 30 +%global NEO_BUILD 26918.50 + +%global pkg_name compute-runtime +%global lib_ver %{NEO_MAJOR}.%{NEO_MINOR}.%{NEO_BUILD} +%global openeuler_release 1 + +Name: %{pkg_name} +Version: %{lib_ver} +Release: %{openeuler_release}%{?dist} +Summary: Intel(R) Graphics Compute Runtime for OpenCL(TM) +Group: System Environment/Libraries +License: MIT +URL: https://github.com/intel/compute-runtime +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +ExclusiveArch: x86_64 + +BuildRequires: make +BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: libudev-devel +BuildRequires: libnl3-devel +BuildRequires: libva-devel +BuildRequires: intel-gmmlib-devel >= 22.3.3 +BuildRequires: intel-igc-opencl-devel >= 1.0.13230 +BuildRequires: intel-igc-cm >= 1.0.144 +BuildRequires: level-zero-devel >= 1.9.4 +BuildRequires: intel-gsc-devel >= 0.8.6 + +%description +Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to +converge Intel's development efforts on OpenCL(TM) compute stacks supporting +the GEN graphics hardware architecture. + +%package -n intel-opencl +Summary: Intel(R) Graphics Compute Runtime for OpenCL(TM) +Requires: intel-gmmlib >= 22.3.3 +Requires: intel-igc-opencl >= 1.0.13230 +Recommends: intel-igc-cm >= 1.0.144 +%description -n intel-opencl +Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to +converge Intel's development efforts on OpenCL(TM) compute stacks supporting +the GEN graphics hardware architecture. + +%package -n intel-ocloc +Summary: ocloc package for opencl +Requires: intel-gmmlib >= 22.3.3 +Requires: intel-igc-opencl >= 1.0.13230 +Recommends: intel-igc-cm >= 1.0.144 +%description -n intel-ocloc +Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to +converge Intel's development efforts on OpenCL(TM) compute stacks supporting +the GEN graphics hardware architecture. +. +This package contains the ocloc binaries + +%package -n intel-level-zero-gpu +Summary: Intel(R) GPU Driver for oneAPI Level Zero. +Requires: intel-gmmlib >= 22.0.1 +Requires: intel-igc-opencl >= 1.0.9389 +Requires: libnl3 +%description -n intel-level-zero-gpu +Runtime library providing the ability to use Intel GPUs with the oneAPI Level +Zero programming interface. +Level Zero is the primary low-level interface for language and runtime +libraries. Level Zero offers fine-grain control over accelerators capabilities, +delivering a simplified and low-latency interface to hardware, and efficiently +exposing hardware capabilities to applications. + +%package -n intel-level-zero-gpu-devel +Summary: Development files for Intel(R) GPU Driver for oneAPI Level Zero. +Requires: intel-level-zero-gpu +%description -n intel-level-zero-gpu-devel +Intel(R) Graphics Compute Runtime for oneAPI Level Zero +This package containes the development headers + +%prep +%autosetup -p1 -n %{name}-%{version} + +%build +ls +mkdir build +pushd build +%cmake .. \ + -DNEO_OCL_VERSION_MAJOR=%{NEO_MAJOR} \ + -DNEO_OCL_VERSION_MINOR=%{NEO_MINOR} \ + -DNEO_VERSION_BUILD=%{NEO_BUILD} \ + -DCMAKE_BUILD_TYPE=Release \ + -DSUPPORT_DG1=TRUE \ + -DSUPPORT_XE_HP_CORE=TRUE \ + -DSUPPORT_XE_HP_SDV=TRUE \ + -DTESTS_XE_HP_CORE=TRUE \ + -DTESTS_XE_HP_SDV=TRUE \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DL0_INSTALL_UDEV_RULES=1 \ + -DUDEV_RULES_DIR=/etc/udev/rules.d/ \ + -DNEO_SKIP_UNIT_TESTS=TRUE \ + -DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \ + -DNEO_DISABLE_MITIGATIONS=TRUE +%make_build +popd + +%install +pushd build +%make_install +chmod +x %{buildroot}/%{_libdir}/intel-opencl/libigdrcl.so +chmod +x %{buildroot}/%{_libdir}/libocloc.so +popd + +%files -n intel-opencl +%defattr(-,root,root) +%config(noreplace) +%license LICENSE.md +%{_libdir}/intel-opencl/libigdrcl.so +/etc/OpenCL/vendors/intel.icd + +%files -n intel-ocloc +%defattr(-,root,root) +%config(noreplace) +%license LICENSE.md +%{_bindir}/ocloc +%{_libdir}/libocloc.so +%{_includedir}/ocloc_api.h + +%files -n intel-level-zero-gpu +%defattr(-,root,root) +%config(noreplace) +%license LICENSE.md +%{_libdir}/libze_intel_gpu.so.* + +%files -n intel-level-zero-gpu-devel +%{_includedir}/level_zero/zet_intel_gpu_debug.h + +%changelog +* Mon Nov 27 2023 Aubrey Li - 23.30.26918.50-1 +- Initial spec file