Skip to content

Commit

Permalink
Examples code: Moved the string_view.hpp and type_name.hpp utilit…
Browse files Browse the repository at this point in the history
…y headers out of the jitify example folder and into the examples root
  • Loading branch information
eyalroz committed Oct 26, 2024
1 parent 71472dc commit 7396892
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/other/jitify/jitify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <cuda/api.hpp>
#include <cuda/rtc.hpp>

#include "type_name.hpp"
#include "../../type_name.hpp"

#include <cassert>
#include <cmath>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7396892

Please sign in to comment.