Skip to content

Commit

Permalink
add a post and rename a post.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeya committed Oct 3, 2023
1 parent 2940f5b commit 69954c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions _posts/2023-10-03-where-is-thrust-device-event-impl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: thrust::device_eventの実装場所
date: 2023-10-02 11:10:00 +0900
---
`thrust`リポジトリで話をする。

`thrust::device_event``thrust/thrust/system/cuda/detail/future.inl``unique_eager_event`クラスのエイリアスなので、このクラスを見れば良い。

0 comments on commit 69954c1

Please sign in to comment.