diff --git a/level_zero/doc/DISTRIBUTIONS.md b/level_zero/doc/DISTRIBUTIONS.md index d3b4564245..536db06843 100644 --- a/level_zero/doc/DISTRIBUTIONS.md +++ b/level_zero/doc/DISTRIBUTIONS.md @@ -23,6 +23,13 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/ zypper install level-zero intel-level-zero-gpu ``` +## OpenSUSE Leap 15.2 + +``` +zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.2/jdanecki-intel-opencl-opensuse-leap-15.2.repo +zypper install level-zero intel-level-zero-gpu +``` + ## OpenSUSE tumbleweed ``` diff --git a/opencl/doc/DISTRIBUTIONS.md b/opencl/doc/DISTRIBUTIONS.md index 36180fbd7d..2bdb00bc88 100644 --- a/opencl/doc/DISTRIBUTIONS.md +++ b/opencl/doc/DISTRIBUTIONS.md @@ -57,6 +57,13 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/ zypper install intel-opencl ``` +## OpenSUSE Leap 15.2 + +``` +zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.2/jdanecki-intel-opencl-opensuse-leap-15.2.repo +zypper install intel-opencl +``` + ## OpenSUSE tumbleweed ```