Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (b798c0e66a782a7f6caa77193d7dde5a793e6021)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (b798c0e66a782a7f6caa77193d7dde5a793e6021)
  • Date: Wed, 6 Mar 2024 04:01:58 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
libs/clblast/CONFIGURE | 1 +
libs/clblast/DEPENDS | 4 ++++
libs/clblast/DETAILS | 20 ++++++++++++++++++++
libs/clblast/HISTORY | 3 +++
5 files changed, 31 insertions(+)

New commits:
commit b798c0e66a782a7f6caa77193d7dde5a793e6021
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

libs/clblast: new spell, tuned openCL BLAS libs

diff --git a/ChangeLog b/ChangeLog
index 96904d8..782cd17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-03-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * libs/clblast: new spell, tuned openCL BLAS libs
+
2024-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* libs/ms-gsl: added, Guidelines Support Library
* alt-kde/*: deleted, to be replaced by qt6/kde6 based version
diff --git a/libs/clblast/CONFIGURE b/libs/clblast/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/libs/clblast/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/libs/clblast/DEPENDS b/libs/clblast/DEPENDS
new file mode 100755
index 0000000..65a9ac1
--- /dev/null
+++ b/libs/clblast/DEPENDS
@@ -0,0 +1,4 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+depends PKG-CONFIG &&
+depends OPENCL-ICD &&
+depends opencl-headers
diff --git a/libs/clblast/DETAILS b/libs/clblast/DETAILS
new file mode 100755
index 0000000..ed13fc5
--- /dev/null
+++ b/libs/clblast/DETAILS
@@ -0,0 +1,20 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=clblast
+ VERSION=1.6.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/CLBlast-$VERSION"
+
SOURCE_URL[0]=https://github.com/CNugteren/CLBlast/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:43920c52b134367c2df86e9019cd3bab2811cf3a6bbc3de780724f4e62239ebaf390635d9dfbd887089753ccb751f7e94a9038c4a8aa23ac1a38f39cde5afdcc
+ LICENSE[0]=APACHE
+ WEB_SITE=https://github.com/CNugteren/CLBlast
+ ENTERED=20240305
+ KEYWORDS="libs graphics gpu opencl blas rocm"
+ SHORT="tuned opencl blas"
+cat << EOF
+CLBlast is a lightweight, performant and tunable OpenCL BLAS
+library written in C++11. It is designed to leverage the full
+performance potential of a wide variety of OpenCL devices from
+different vendors, including desktop and laptop GPUs, embedded GPUs,
+and other accelerators. CLBlast implements BLAS routines: basic linear
+algebra subprograms operating on vectors and matrices.
+EOF
diff --git a/libs/clblast/HISTORY b/libs/clblast/HISTORY
new file mode 100644
index 0000000..b7f5dd2
--- /dev/null
+++ b/libs/clblast/HISTORY
@@ -0,0 +1,3 @@
+2024-03-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 1.6.2, new spell
+


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (b798c0e66a782a7f6caa77193d7dde5a793e6021), Conner Clere, 03/05/2024

Archive powered by MHonArc 2.6.24.

Top of Page