small change
This commit is contained in:
@@ -32,7 +32,7 @@ int main() {
|
|||||||
hipFunction_t kernel{};
|
hipFunction_t kernel{};
|
||||||
|
|
||||||
hipModuleLoad(&module, "kernels/kernels_gfx1100.co");
|
hipModuleLoad(&module, "kernels/kernels_gfx1100.co");
|
||||||
hipModuleGetFunction(&kernel, module, "saxpy");
|
hipModuleGetFunction(&kernel, module, "add");
|
||||||
|
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
// Kernel args
|
// Kernel args
|
||||||
|
|||||||
Reference in New Issue
Block a user