Skip to content

Commit

Permalink
Update utils/xprof_utils.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk authored Sep 15, 2023
1 parent fed7f40 commit 4f7f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/xprof_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef uintptr_t thread_id_t;
typedef std::string hostname_t;
typedef std::string thapi_function_name;
typedef uintptr_t thapi_device_id;
typedef uintptr_t thapi_domain_id;
typedef uint32_t thapi_domain_id;

// Represent a device and a sub device
typedef std::tuple<thapi_device_id, thapi_device_id> dsd_t;
Expand Down

0 comments on commit 4f7f628

Please sign in to comment.