Last active
September 10, 2020 05:58
-
-
Save axsaucedo/1ef2e3b3124cf10ab8e766ae1fb1db01 to your computer and use it in GitHub Desktop.
Initial manager creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Single header include for Kompute | |
#include "kompute/Kompute.hpp" | |
int main() { | |
// Vulkan resources get created unless passed | |
kp::Manager mgr(0); // Selects GPU device at index 0 | |
//... continued in next section | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment