Skip to content

Commit

Permalink
Add a function to get the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhe88 committed Apr 8, 2024
1 parent 1beba3a commit 68fe8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Evaluator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Evaluator
~Evaluator();
void evaluate(char);
void evaluate_sycl(char);
void GetPlatform(void);
void dumpCube(std::string);
};

Expand Down

0 comments on commit 68fe8fc

Please sign in to comment.