Accepting request 928258 from home:mnhauke:opencl:stable
- Update to version 1.8 * Support for Clang/LLVM 13 * Improved debugging support with Valgrind, LTTNG * Improved support for SPIR/SPIR-V on CUDA - Update to version 1.7 * Support for Clang/LLVM 12 * Improved support for cross-compiling * Improved support for SPIR-V binaries when using CPU device * Implemented OpenCL 3.0 features: clGetDeviceInfo queries + CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES (Minimal implementation) + CL_DEVICE_ATOMIC_FENCE_CAPABILITIES (Minimal implementation) OBS-URL: https://build.opensuse.org/request/show/928258 OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=60
This commit is contained in:
parent
d7b34331e9
commit
b878a78ea9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0a4c0c056371b6f0db726b88fbb76bbee94948fb2abd4dbc8d958f7c42f766c
|
|
||||||
size 1595212
|
|
3
pocl-1.8.tar.gz
Normal file
3
pocl-1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f63377ae1826e16e90038fc8e7f65029be4ff6f9b059f6907174b5c0d1f8ab2
|
||||||
|
size 1614545
|
15
pocl.changes
15
pocl.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 30 11:37:16 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.8
|
||||||
|
* Support for Clang/LLVM 13
|
||||||
|
* Improved debugging support with Valgrind, LTTNG
|
||||||
|
* Improved support for SPIR/SPIR-V on CUDA
|
||||||
|
- Update to version 1.7
|
||||||
|
* Support for Clang/LLVM 12
|
||||||
|
* Improved support for cross-compiling
|
||||||
|
* Improved support for SPIR-V binaries when using CPU device
|
||||||
|
* Implemented OpenCL 3.0 features: clGetDeviceInfo queries
|
||||||
|
+ CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES (Minimal implementation)
|
||||||
|
+ CL_DEVICE_ATOMIC_FENCE_CAPABILITIES (Minimal implementation)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 25 14:30:16 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Fri Dec 25 14:30:16 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pocl
|
# spec file for package pocl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2014 Guillaume GARDET <guillaume@opensuse.org>
|
# Copyright (c) 2014 Guillaume GARDET <guillaume@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 2.6.0
|
%define sover 2.8.0
|
||||||
Name: pocl
|
Name: pocl
|
||||||
Version: 1.6
|
Version: 1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Computing Language - an OpenCL implementation
|
Summary: Portable Computing Language - an OpenCL implementation
|
||||||
# The whole code is under MIT
|
# The whole code is under MIT
|
||||||
@ -31,8 +31,7 @@ URL: http://portablecl.org/
|
|||||||
Source0: https://github.com/pocl/pocl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/pocl/pocl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source99: pocl-rpmlintrc
|
Source99: pocl-rpmlintrc
|
||||||
Patch0: link_against_libclang-cpp_so.patch
|
Patch0: link_against_libclang-cpp_so.patch
|
||||||
BuildConflicts: clang-devel >= 12
|
BuildRequires: clang-devel
|
||||||
BuildRequires: clang-devel >= 6
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user