Skip to content

Commit

Permalink
[cuda] Fix include to include the header file
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Aug 25, 2023
1 parent 7d5f1d5 commit 6c86349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/cuda2/timepoint_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "iree/base/internal/event_pool.h"
#include "iree/base/internal/synchronization.h"
#include "iree/hal/api.h"
#include "iree/hal/utils/semaphore_base.c"
#include "iree/hal/utils/semaphore_base.h"

//===----------------------------------------------------------------------===//
// iree_hal_cuda2_timepoint_t
Expand Down

0 comments on commit 6c86349

Please sign in to comment.