Skip to content

Commit

Permalink
Updated Main.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed Jun 28, 2021
1 parent 771d6ed commit 396e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iostream>
#include <cassert>
#include "matrixMultiplication.cuh"
#include "cudaBlas/matrixMultiplication.cuh"

int main() {
size_t m = 1024;
Expand Down

0 comments on commit 396e801

Please sign in to comment.