pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/pocl



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul  6 16:16:07 UTC 2024

Modified Files:
        pkgsrc/parallel/pocl: Makefile distinfo
Removed Files:
        pkgsrc/parallel/pocl/patches: patch-CMakeLists.txt

Log Message:
pocl: updated to 6.0

PoCL 6.0

Highlights

Support for Clang/LLVM 18.0
New driver: cpu-tbb, uses Intel OneTBB library for scheduling
CPU driver new features: OpenMP support, new extensions (cl_pocl_svm_rect...), clGetDeviceAndHostTimer supported
Remote driver new features: coarse-grained SVM, vsock, clCompileProgram/clLinkProgram...
LevelZero driver new features: host synchronization optimization, >4GB buffers (CL_DEVICE_MAX_MEM_ALLOC_SIZE)
CUDA driver new features: CL_DEVICE_MAX_MEM_ALLOC_SIZE increased


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/parallel/pocl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/pocl/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/parallel/pocl/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.16 pkgsrc/parallel/pocl/Makefile:1.17
--- pkgsrc/parallel/pocl/Makefile:1.16  Wed May 29 16:34:08 2024
+++ pkgsrc/parallel/pocl/Makefile       Sat Jul  6 16:16:06 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/05/29 16:34:08 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/07/06 16:16:06 adam Exp $
 
-DISTNAME=      pocl-5.0
-PKGREVISION=   1
+DISTNAME=      pocl-6.0
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pocl/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/parallel/pocl/distinfo
diff -u pkgsrc/parallel/pocl/distinfo:1.8 pkgsrc/parallel/pocl/distinfo:1.9
--- pkgsrc/parallel/pocl/distinfo:1.8   Mon Apr 22 10:44:56 2024
+++ pkgsrc/parallel/pocl/distinfo       Sat Jul  6 16:16:06 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/04/22 10:44:56 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/07/06 16:16:06 adam Exp $
 
-BLAKE2s (pocl-5.0.tar.gz) = c6938b163c59a29722308e33b93060ce42e8739858b57624171ebf53928f4701
-SHA512 (pocl-5.0.tar.gz) = c2d6c80cbcba7af1c31dfa794c2aa7be6d1ce2cc9900fbf6e0a1536747440602cdc0f1a84f81f85737818a7ea60b490558ef328b3b156e52c63db3fe4ce490b0
-Size (pocl-5.0.tar.gz) = 2361502 bytes
-SHA1 (patch-CMakeLists.txt) = df51c150925dbac06f95f94c260230d9dd97f049
+BLAKE2s (pocl-6.0.tar.gz) = 41c872fa3c88593a4f9eecc1788cabb68b0c34906ec9d88ab545f449f3a0ce75
+SHA512 (pocl-6.0.tar.gz) = a24efadbbb81c810cd5c4bbb8abfa75b9bbdfeca786e8471dd75d40a78024d04c1b5c5a7114e75e1eb70a1b6a3756bb47ba741de0f1c4d1416fbce4688d62cc0
+Size (pocl-6.0.tar.gz) = 2466652 bytes



Home | Main Index | Thread Index | Old Index