From 8ba10e7ce7dba031908a0fe9cf8d0475d1b8d85c Mon Sep 17 00:00:00 2001 From: Matthias Diener <mdiener@illinois.edu> Date: Fri, 29 Jan 2021 07:46:26 -0800 Subject: [PATCH] fix SLOT_ID name --- doc/make_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_constants.py b/doc/make_constants.py index d2c7a42b..d00d9ae2 100644 --- a/doc/make_constants.py +++ b/doc/make_constants.py @@ -111,7 +111,7 @@ const_ext_lookup = { "INTEGRATED_MEMORY_NV": nv_devattr, "ATTRIBUTE_ASYNC_ENGINE_COUNT_NV": nv_devattr, "PCI_BUS_ID_NV": nv_devattr, - "PCI_BUS_SLOT_NV": nv_devattr, + "PCI_SLOT_ID_NV": nv_devattr, "DOUBLE_FP_CONFIG": ("cl_khr_fp64", "2011.1"), -- GitLab