Skip to content

Commit

Permalink
Update miopen.hpp
Browse files Browse the repository at this point in the history
Modified #include <hipblas/hipblas.h> to #include <hipblas.h> . After this only, test is building.
  • Loading branch information
pramenku committed Oct 25, 2017
1 parent d4d8f0d commit 836ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miopen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MY_MIOPEN_HPP

#include <miopen/miopen.h>
#include <hipblas/hipblas.h>
#include <hipblas.h>
//#include <gperftools/profiler.h>

#include <iostream>
Expand Down

0 comments on commit 836ee66

Please sign in to comment.