Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2021 16:56:03 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25ca96997fd0 - main - devel/intel-graphics-compiler: note llvm10 (production) flavor cannot be exposed
Message-ID:  <202108181656.17IGu3TQ050664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25ca96997fd0e23eebca7c143510000ad2743f76

commit 25ca96997fd0e23eebca7c143510000ad2743f76
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-18 16:38:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-18 16:55:34 +0000

    devel/intel-graphics-compiler: note llvm10 (production) flavor cannot be exposed
    
    llvm11 is considered experimental but llvm10 doesn't work for us:
    
    FAILED: bin/built_ins/x64/gen12lp/bindful_aux_translation_Gen12LPlp.spv /wrkdirs/usr/ports/lang/intel-compute-runtime/work-llvm10/.build/bin/built_ins/x64/gen12lp/bindful_aux_translation_Gen12LPlp.spv
    cd /wrkdirs/usr/ports/lang/intel-compute-runtime/work-llvm10/compute-runtime-21.32.20609/shared/source/built_ins/kernels && LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/intel-compute-runtime/work-llvm10/.build/bin /wrkdirs/usr/ports/lang/intel-compute-runtime/work-llvm10/.build/bin/ocloc -q -file aux_translation.builtin_kernel -spv_only -device tgllp -64 -output bindful_aux_translation -out_dir /wrkdirs/usr/ports/lang/intel-compute-runtime/work-llvm10/.build/bin/built_ins/x64/gen12lp -options -cl-kernel-arg-info
    : CommandLine Error: Option 'mc-relax-all' registered more than once!
    LLVM ERROR: inconsistency in registered CommandLine options
    
    https://github.com/intel/intel-graphics-compiler/blob/igc-1.0.8365/documentation/build_ubuntu.md#version-overview
---
 devel/intel-graphics-compiler/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index c52bff10a570..f1dfd1805a1d 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Only Intel GPUs on x86 are supported
 
+# llvm10 is unstable, see https://github.com/intel/compute-runtime/issues/431
 BUILD_DEPENDS=	vc-intrinsics-llvm11>=s20210730:devel/vc-intrinsics@llvm11
 LIB_DEPENDS=	libopencl-clang.so.11:devel/opencl-clang@llvm11
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108181656.17IGu3TQ050664>