commit clpeak for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2020-04-01 19:16:15

Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and  /work/SRC/openSUSE:Factory/.clpeak.new.3248 (New)


Package is "clpeak"

Wed Apr  1 19:16:15 2020 rev:6 rq:790376 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes2019-12-14 
12:23:29.491198304 +0100
+++ /work/SRC/openSUSE:Factory/.clpeak.new.3248/clpeak.changes  2020-04-01 
19:16:51.351491097 +0200
@@ -1,0 +2,11 @@
+Tue Mar 31 19:24:17 UTC 2020 - Martin Hauke 
+
+- Update to upstream release 1.1.0
+  * All the kernels are now de-unrolled
+  * Prior to this, all mad or fetch operations were manually
+unrolled which created register pressure on low-end devices.
+Now the operations are put in a for loop and left for the
+compiler to unroll
+  * General improvements
+
+---

Old:

  _service
  _servicedata
  clpeak-1.0+git.20191206.tar.xz

New:

  clpeak-1.1.0.tar.gz



Other differences:
--
++ clpeak.spec ++
--- /var/tmp/diff_new_pack.oKJbiF/_old  2020-04-01 19:16:54.251492401 +0200
+++ /var/tmp/diff_new_pack.oKJbiF/_new  2020-04-01 19:16:54.251492401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clpeak
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   clpeak
-Version:1.0+git.20191206
+Version:1.1.0
 Release:0
 Summary:Find peak OpenCL capacities like bandwidth & compute
 License:SUSE-Public-Domain
 Group:  System/Benchmark
 URL:https://github.com/krrishnarraj/clpeak
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/krrishnarraj/clpeak/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  opencl-cpp-headers




commit clpeak for openSUSE:Factory

2019-12-14 Thread root
Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2019-12-14 12:18:08

Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and  /work/SRC/openSUSE:Factory/.clpeak.new.4691 (New)


Package is "clpeak"

Sat Dec 14 12:18:08 2019 rev:5 rq:756813 version:1.0+git.20191206

Changes:

--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes2018-03-24 
16:16:05.421961349 +0100
+++ /work/SRC/openSUSE:Factory/.clpeak.new.4691/clpeak.changes  2019-12-14 
12:23:29.491198304 +0100
@@ -1,0 +2,85 @@
+Fri Dec 13 13:11:24 UTC 2019 - Martin Pluskal 
+
+- Update to version 1.0+git.20191206:
+  * enqueueWriteBuffer: Initialize host buffer to obtain accurate measurement
+  * Move jetson result to pocl folder
+  * [snap] use new cmake file for versions
+  * Add AMD Ryzen 7 3700X
+  * Bump rc
+  * [travis] remove explicit branch
+  * [src] auto format cpp files
+  * Bump version to rc1
+  * [android] cosmetic changes
+  * [travis] add deploy section
+  * [travis] use cmake to invoke cpack
+  * [travis] explicitly specify configuration to cpack
+  * Update travis file
+  * [cmake] fix a string in set
+  * Add cpack
+  * Add suffix to version
+  * remove int kernel restriction for apple
+  * [cmake] fix extra libs for static version
+  * [travis] add arm64
+  * skip exit code for no platform error
+  * [travis] call ctest
+  * [cmake] add a test run
+  * Create Jeston Nano (Tegra X1)
+  * Undo disabling of int kernels for intel
+  * Reduce register usage in kernels
+  * [android] update cmake to include version
+  * Create Intel_UHD_Graphics_620.log
+  * Update README.md
+  * Print half-precision with a capital letter
+  * Add results for Radeon RX 570
+  * Add version info
+  * [travis] use generator instead of platform type for windows
+  * Revert "[cmake] pass CMAKE_GENERATOR_PLATFORM to external project build"
+  * Revert "[cmake] fix error in prev commit"
+  * [cmake] fix error in prev commit
+  * [cmake] pass CMAKE_GENERATOR_PLATFORM to external project build
+  * [travis] try other method of forcing win64
+  * [travis] force x64 on windows
+  * Update readme
+  * [travis] trim os list
+  * [travis] add more os in matrix
+  * [travis] specify xenial
+  * [yml] Rename to yml
+  * [travis] add initial yaml file
+  * [cmake] install LICENSE file
+  * Delete STATUS file
+  * [cmake] fix typo in prev commit
+  * [cmake] windows specific changes
+  * [cmake] Build ICD if not present
+  * [results] remove bin symbols
+  * Add results for GeForce RTX 2080 Ti
+  * Add snapcraft file
+  * [cmake] add an install target
+  * Remove exception for snapdragon platform
+  * trim fn: check before call
+  * [android] upgrade to latest sdk
+  * Place max transfer bw size in common
+  * Place max global bw size in common
+  * Add a seperate multiplier for DP
+  * some more warn fixes
+  * [cmake] throw warning on conversion loss
+  * Use higher size datatypes for memory size
+  * Add an unused macro
+  * Disable depcration warn on windows
+  * Flush the queue after every run iteration
+  * Disable integer kernel in intel only on windows
+  * Revert "Allow int tests on intel"
+  * fix global bw test to use right multiplier
+  * Allow int tests on intel
+  * Global size now is multiple of local size
+  * Trim strings returned by cl APIs
+  * fix warnings
+  * set OPENCL target version
+  * Stop using cl.hpp from deps
+  * Add a gitignore
+  * [cmake] OPENCL_ROOT is not required
+  * Use ulong for alloc vars
+  * Reduce load on integer kernel
+  * Use FindOpenCL rather than custom OpenCL finders
+  * Added result for RTX2080
+
+---

Old:

  clpeak-1.0+git.20170625.tar.xz

New:

  clpeak-1.0+git.20191206.tar.xz



Other differences:
--
++ clpeak.spec ++
--- /var/tmp/diff_new_pack.csRE4X/_old  2019-12-14 12:23:30.039198221 +0100
+++ /var/tmp/diff_new_pack.csRE4X/_new  2019-12-14 12:23:30.039198221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clpeak
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2015, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,20 +13,21 @@
 # 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:   clpeak
-Version:1.0+git.20170625
+Version:1.0+git.20191206
 Release:0
 Summary:Find peak OpenCL capacities like bandwidth & compute
 License:SUSE-Public-Domain
 Group:  System/Benchmark

commit clpeak for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2018-03-24 16:15:48

Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and  /work/SRC/openSUSE:Factory/.clpeak.new (New)


Package is "clpeak"

Sat Mar 24 16:15:48 2018 rev:4 rq:590365 version:1.0+git.20170625

Changes:

--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes2017-05-31 
12:20:18.079664600 +0200
+++ /work/SRC/openSUSE:Factory/.clpeak.new/clpeak.changes   2018-03-24 
16:16:05.421961349 +0100
@@ -1,0 +2,8 @@
+Thu Mar 22 14:13:21 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update to 1.0+git.20170625 to fix build on AArch64:
+  * Remove march native flag
+  * Always define OS_NAME even for unknown architectures
+  * Add AMD_Ryzen_5_1600.log
+
+---

Old:

  clpeak-1.0+git.20170525.tar.xz

New:

  clpeak-1.0+git.20170625.tar.xz



Other differences:
--
++ clpeak.spec ++
--- /var/tmp/diff_new_pack.Qa5BPo/_old  2018-03-24 16:16:06.373927033 +0100
+++ /var/tmp/diff_new_pack.Qa5BPo/_new  2018-03-24 16:16:06.377926889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clpeak
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   clpeak
-Version:1.0+git.20170525
+Version:1.0+git.20170625
 Release:0
 Summary:Find peak OpenCL capacities like bandwidth & compute
 License:SUSE-Public-Domain

++ _servicedata ++
--- /var/tmp/diff_new_pack.Qa5BPo/_old  2018-03-24 16:16:06.449924293 +0100
+++ /var/tmp/diff_new_pack.Qa5BPo/_new  2018-03-24 16:16:06.449924293 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/krrishnarraj/clpeak
-  c23d2f77a9154d155eefee0538e453272921e5a5
\ No newline at end of file
+  8edab23fbc867adbada21378d65774c670c2aaf9

++ clpeak-1.0+git.20170525.tar.xz -> clpeak-1.0+git.20170625.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clpeak-1.0+git.20170525/CMakeLists.txt 
new/clpeak-1.0+git.20170625/CMakeLists.txt
--- old/clpeak-1.0+git.20170525/CMakeLists.txt  2017-05-25 06:45:41.0 
+0200
+++ new/clpeak-1.0+git.20170625/CMakeLists.txt  2017-06-25 08:04:01.0 
+0200
@@ -85,10 +85,6 @@
 message(FATAL_ERROR "C++11 needed. Therefore a gcc compiler with a version 
higher than 4.3 is needed.")
   endif()
 
-  if(NOT CMAKE_CROSSCOMPILING)
-add_definitions("-march=native")
-  endif()
-
   add_definitions("-fPIC -Wall -Wextra -Wno-deprecated-declarations 
-Wno-unused-parameter -Wno-ignored-attributes")
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clpeak-1.0+git.20170525/include/common.h 
new/clpeak-1.0+git.20170625/include/common.h
--- old/clpeak-1.0+git.20170525/include/common.h2017-05-25 
06:45:41.0 +0200
+++ new/clpeak-1.0+git.20170625/include/common.h2017-06-25 
08:04:01.0 +0200
@@ -28,21 +28,27 @@
 #elif defined(__ANDROID__)
 #define OS_NAME "Android"
 #elif defined(_WIN32)
-#if defined(_WIN64)
-#define OS_NAME "Win64"
-#else
-#define OS_NAME "Win32"
-#endif
+  #if defined(_WIN64)
+  #define OS_NAME "Win64"
+  #else
+  #define OS_NAME "Win32"
+  #endif
 #elif defined(__linux__)
-#if defined(__x86_64__)
-#define OS_NAME "Linux x64"
-#elif defined(__i386__)
-#define OS_NAME "Linux x86"
-#elif defined(__arm__)
-#define OS_NAME "Linux ARM"
-#endif
+  #if defined(__x86_64__)
+  #define OS_NAME "Linux x64"
+  #elif defined(__i386__)
+  #define OS_NAME "Linux x86"
+  #elif defined(__arm__)
+  #define OS_NAME "Linux ARM"
+  #elif defined(__aarch64__)
+  #define OS_NAME "Linux ARM64"
+  #else
+  #define OS_NAME "Linux unknown"
+  #endif
 #elif defined(__FreeBSD__)
 #define OS_NAME "FreeBSD"
+#else
+#define OS_NAME "Unknown"
 #endif
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clpeak-1.0+git.20170525/results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log 
new/clpeak-1.0+git.20170625/results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log
--- old/clpeak-1.0+git.20170525/results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log
1970-01-01 01:00:00.0 +0100
+++ new/clpeak-1.0+git.20170625/results/Intel(R)_OpenCL/AMD_Ryzen_5_1600.log
2017-06-25 08:04:01.0 +0200
@@ -0,0 +1,40 @@
+
+Platform: Intel(R) OpenCL
+  Device: AMD Ryzen 5 1600 Six-Core Processor
+Driver version  : 

commit clpeak for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2017-05-31 12:19:42

Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and  /work/SRC/openSUSE:Factory/.clpeak.new (New)


Package is "clpeak"

Wed May 31 12:19:42 2017 rev:3 rq:499612 version:1.0+git.20170525

Changes:

--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes2017-02-03 
17:34:45.197734924 +0100
+++ /work/SRC/openSUSE:Factory/.clpeak.new/clpeak.changes   2017-05-31 
12:20:18.079664600 +0200
@@ -1,0 +2,14 @@
+Tue May 30 08:35:31 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.0+git.20170525:
+  * Add GTX 1080 Ti results
+  * Remove non printable chars from log file
+  * Add One Plus 3T results
+  * Macbook pro results submitted by Harry Mallon
+  * Rename Macbook_Pro_2013.log to Mac_Pro_Late_2013_.log
+  * Not passing half as kernel argument
+  * Fix uninitialized variable
+  * Ignore ignored-attributes warning in g++, clang++
+  * Enable support for FreeBSD.
+
+---

Old:

  clpeak-1.0+git.20160805.tar.xz

New:

  _servicedata
  clpeak-1.0+git.20170525.tar.xz



Other differences:
--
++ clpeak.spec ++
--- /var/tmp/diff_new_pack.wMk4Ey/_old  2017-05-31 12:20:19.291493532 +0200
+++ /var/tmp/diff_new_pack.wMk4Ey/_new  2017-05-31 12:20:19.295492968 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   clpeak
-Version:1.0+git.20160805
+Version:1.0+git.20170525
 Release:0
 Summary:Find peak OpenCL capacities like bandwidth & compute
 License:SUSE-Public-Domain
@@ -51,7 +51,7 @@
 
 %files
 %defattr (-,root,root)
-%doc README.md LICENSE STATUS
+%doc README.md LICENSE STATUS results
 %{_bindir}/%{name}
 
 %changelog

++ _servicedata ++


git://github.com/krrishnarraj/clpeak
  c23d2f77a9154d155eefee0538e453272921e5a5++
 clpeak-1.0+git.20160805.tar.xz -> clpeak-1.0+git.20170525.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clpeak-1.0+git.20160805/.gitmodules 
new/clpeak-1.0+git.20170525/.gitmodules
--- old/clpeak-1.0+git.20160805/.gitmodules 1970-01-01 01:00:00.0 
+0100
+++ new/clpeak-1.0+git.20170525/.gitmodules 2017-05-25 06:45:41.0 
+0200
@@ -0,0 +1,3 @@
+[submodule "android/app/src/main/jni/libopencl-stub"]
+   path = android/app/src/main/jni/libopencl-stub
+   url = https://github.com/krrishnarraj/libopencl-stub
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clpeak-1.0+git.20160805/CMakeLists.txt 
new/clpeak-1.0+git.20170525/CMakeLists.txt
--- old/clpeak-1.0+git.20160805/CMakeLists.txt  2016-08-05 08:23:31.0 
+0200
+++ new/clpeak-1.0+git.20170525/CMakeLists.txt  2017-05-25 06:45:41.0 
+0200
@@ -89,7 +89,7 @@
 add_definitions("-march=native")
   endif()
 
-  add_definitions("-fPIC -Wall -Wextra -Wno-deprecated-declarations 
-Wno-unused-parameter")
+  add_definitions("-fPIC -Wall -Wextra -Wno-deprecated-declarations 
-Wno-unused-parameter -Wno-ignored-attributes")
 endif()
 
 # override cl.hp from deps. Its buggy or not present in come systems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clpeak-1.0+git.20160805/include/common.h 
new/clpeak-1.0+git.20170525/include/common.h
--- old/clpeak-1.0+git.20160805/include/common.h2016-08-05 
08:23:31.0 +0200
+++ new/clpeak-1.0+git.20170525/include/common.h2017-05-25 
06:45:41.0 +0200
@@ -2,7 +2,7 @@
 #define COMMON_H
 
 #include 
-#if defined(__APPLE__) || defined(__MACOSX)
+#if defined(__APPLE__) || defined(__MACOSX) || defined(__FreeBSD__)
 #include 
 #endif
 
@@ -12,7 +12,9 @@
 
 #define TAB "  "
 #define NEWLINE "\n"
+#ifndef __FreeBSD__
 #define uintunsigned int
+#endif
 
 #define MAX(X, Y)   \
   (X > Y)? X: Y;
@@ -39,6 +41,8 @@
 #elif defined(__arm__)
 #define OS_NAME "Linux ARM"
 #endif
+#elif defined(__FreeBSD__)
+#define OS_NAME "FreeBSD"
 #endif
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clpeak-1.0+git.20160805/results/Apple/Mac_Pro_Late_2013_.log 
new/clpeak-1.0+git.20170525/results/Apple/Mac_Pro_Late_2013_.log
--- old/clpeak-1.0+git.20160805/results/Apple/Mac_Pro_Late_2013_.log
1970-01-01 01:00:00.0 +0100
+++ new/clpeak-1.0+git.20170525/results/Apple/Mac_Pro_Late_2013_.log
2017-05-25 06:45:41.0 +0200
@@ -0,0 +1,76 @@
+Platform: Apple
+  Device: AMD Radeon HD - FirePro D700 Compute Engine
+Driver version  : 1.2 (Mar 16 2017 18:19:56) (Macintosh)
+Compute units   : 32
+Clock 

commit clpeak for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2017-01-31 12:42:58

Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and  /work/SRC/openSUSE:Factory/.clpeak.new (New)


Package is "clpeak"

Changes:

--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes2017-01-22 
00:13:52.164830463 +0100
+++ /work/SRC/openSUSE:Factory/.clpeak.new/clpeak.changes   2017-02-03 
17:34:45.197734924 +0100
@@ -1,0 +2,5 @@
+Sun Jan 22 10:33:04 UTC 2017 - mplus...@suse.com
+
+- Update dependencies
+
+---



Other differences:
--
++ clpeak.spec ++
--- /var/tmp/diff_new_pack.IOrCXm/_old  2017-02-03 17:34:45.661669260 +0100
+++ /var/tmp/diff_new_pack.IOrCXm/_new  2017-02-03 17:34:45.665668694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clpeak
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,11 +27,10 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  opencl-headers-1_2
+BuildRequires:  opencl-headers
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(OpenCL)
 BuildRequires:  pkgconfig(gl)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A tool which profiles OpenCL devices to find their peak capacities like