svn commit: r531020 - in head: devel devel/level-zero lang/intel-compute-runtime lang/intel-compute-runtime/files

Jan Beich jbeich at FreeBSD.org
Tue Apr 7 17:23:30 UTC 2020


Jan Beich <jbeich at FreeBSD.org> writes:

> Author: jbeich
> Date: Tue Apr  7 15:50:46 2020
> New Revision: 531020
> URL: https://svnweb.freebsd.org/changeset/ports/531020
>
> Log:
>   lang/intel-compute-runtime: expose oneAPI support
>   
>   Need help testing runtime e.g., finding a simple consumer.

Nevermind, I've found GPU-using tests in level-zero-tests repo.

$ ./ze_peak

zeDriverGet...
Device :
 * name : Intel(R) Gen9
 * vendorId : 32902
 * deviceId : 6418
 * subdeviceId : 0
 * isSubdevice : FALSE
 * coreClockRate : 1150
 * numAsyncComputeEngines : 3
 * numAsyncCopyEngines  : 1
 * maxCommandQueuePriority : 0
Global memory bandwidth (GBPS)
float : 27.951 GBPS
float2 : 29.2396 GBPS
float4 : 32.1935 GBPS
float8 : 32.7776 GBPS
float16 : 30.1365 GBPS
[...]


More information about the svn-ports-all mailing list