0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 07:18:20 +02:00

ircd:🆑 Disable radeon queue thread.

This commit is contained in:
Jason Volk 2022-04-04 13:17:02 -07:00
parent d2bb106126
commit bef8a320d8

View file

@ -182,6 +182,10 @@ ircd::cl::envs
{ "name", "R600_DEBUG" },
{ "default", "forcedma" },
},
{
{ "name", "RADEON_THREAD" },
{ "default", "false" },
},
};
decltype(ircd::cl::primary_stats)