Commit 484fad8f authored by wsttiger's avatar wsttiger
Browse files

Fixed header reference

parent 9e7e1253
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <migraph/gpu/hip.hpp> #include <migraph/gpu/hip.hpp>
#include <migraph/generate.hpp> #include <migraph/generate.hpp>
#include "softmax.h" #include "softmax.hpp"
auto read_cifar10_images(const std::string& full_path) auto read_cifar10_images(const std::string& full_path)
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <migraph/gpu/hip.hpp> #include <migraph/gpu/hip.hpp>
#include <migraph/generate.hpp> #include <migraph/generate.hpp>
#include "softmax.h" #include "softmax.hpp"
auto reverse_int(unsigned int i) auto reverse_int(unsigned int i)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment