Skip to content

Commit

Permalink
Fix compile error in kineto (#939)
Browse files Browse the repository at this point in the history
Summary:

Fix compile error in kineto

Differential Revision: D57788170
  • Loading branch information
fenypatel99 authored and facebook-github-bot committed May 24, 2024
1 parent b7b1fbe commit e1f99a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkineto/src/DeviceProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <cuda_runtime.h>
#include <cuda_occupancy.h>
#elif defined(HAS_ROCTRACER)
#include <hip_runtime.h>
#include <hip/hip_runtime.h>
#endif

#include "Logger.h"
Expand Down

0 comments on commit e1f99a3

Please sign in to comment.