We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff3ae8 commit 54cf1b5Copy full SHA for 54cf1b5
source/libgpuinfo.hpp
@@ -33,7 +33,7 @@
33
* The library is simple to use:
34
*
35
* // Create a connection with the kernel driver ...
36
- * std::unique_ptr<instance> conn = libgpuinfo::instance::create();
+ * std::unique_ptr<instance> conn = libarmgpuinfo::instance::create();
37
* if (!conn)
38
* {
39
* std::cout << "ERROR: Failed to create Mali instance\n";
0 commit comments