From bc5082d9177f7465429d498e4a582d8d26bdb0f2 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 9 Sep 2020 12:35:35 -0500 Subject: [PATCH] Fix typo in make_constants --- 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 18bbb83c..50563353 100644 --- a/doc/make_constants.py +++ b/doc/make_constants.py @@ -187,7 +187,7 @@ const_ext_lookup = { "SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS": cl_21, }, - cl.device_topoly_type_amd: { + cl.device_topology_type_amd: { "PCIE": amd_devattr, }, -- GitLab