From 0b9475cf6cff779d91ce7f79b6a58070281b798f Mon Sep 17 00:00:00 2001 From: Johannes M Dieterich Date: Mon, 19 Nov 2018 04:05:31 +0000 Subject: new ports: sysutils/rocr and sysutils/roct roct is the ROC thunk interface and rocr is the ROCm platform runtime. Together these form the userspace partners to the amdkfd compute driver. Hence, in the current absence of a working amdkfd on FreeBSD, these ports do not function yet. They are integrated to facilitate integration of amdkfd and test it as part of the LinuxKPI-based DRM. Note that these ports are for the time being based off my forks with FreeBSD bringup bits, I'll work with the corresponding upstream teams to get patches reviewed and integrated. Limit these ports to amd64, as even our upstream does not support anything but that for the time being. Version numbers correspond to the overall ROCm release, currently 1.9.1. --- sysutils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 71821e01bff1..a9565a52afc1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1077,6 +1077,8 @@ SUBDIR += riak-cs SUBDIR += rinse SUBDIR += rmonitor + SUBDIR += rocr + SUBDIR += roct SUBDIR += roottail SUBDIR += rovclock SUBDIR += rpi-firmware -- cgit v1.2.3