forked from pool/libclc
Accepting request 663099 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/663099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libclc?expand=0&rev=10
This commit is contained in:
commit
d9e17a81f7
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||
<param name="changesrevision">dabae5a2afb78cba0320a86e3f5f0b5dc83e077c</param>
|
||||
<param name="changesrevision">1ecb16dd7d8b8e9151027faab996f27b2ac508e3</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7136e75277d0091bf556c2abf272137306a1eec6a5865b24c42ce804c8af002d
|
||||
size 121592
|
3
libclc-0.2.0+git.20181127.tar.xz
Normal file
3
libclc-0.2.0+git.20181127.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a7165587f35b668cca19e38620acf3209d53d4eb27c0f8b5a74a9371e5ba043
|
||||
size 124752
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 5 16:43:13 UTC 2019 - aaronpuchert@alice-dsl.net
|
||||
|
||||
- Update to version 0.2.0+git.20181127, which fixes issues with amdgcn:
|
||||
* travis: Add cmake build
|
||||
* Add cmake build system
|
||||
* r600: Remove empty OVERRIDES file
|
||||
* amdgcn: Consolidate atomic minmax helpers
|
||||
* configure: Add target specific asm rule.
|
||||
* configure: provide llvm_as helper variable
|
||||
* r600: Add datalayout to image builtin implementation
|
||||
* Remove redundant OVERRRIDES file
|
||||
* configure: Provide symlink for amdgcn-mesa3d instead of configure hack
|
||||
* travis: Check tahiti-amdgcn-mesa-mesa3d.bc
|
||||
* amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions
|
||||
* amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file
|
||||
* amdgcn: Convert get_num_groups to clc
|
||||
* amdgcn: Convert get_global_size to clc
|
||||
* amdgcn: Convert get_local_size to clc
|
||||
* r600: Convert barrier to clc
|
||||
* r600: Convert get_num_groups to clc
|
||||
* r600: Convert get_global_size to clc
|
||||
* r600: Convert get_local_size to clc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 01:55:46 UTC 2018 - jimmy@boombatower.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libclc
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libclc
|
||||
Version: 0.2.0+git.20180915
|
||||
Version: 0.2.0+git.20181127
|
||||
Release: 0
|
||||
Summary: OpenCL C programming language library
|
||||
License: BSD-3-Clause OR MIT
|
||||
|
Loading…
Reference in New Issue
Block a user