Skip to content

Commit 69954c1

Browse files
committed
add a post and rename a post.
1 parent 2940f5b commit 69954c1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: thrust::device_eventの実装場所
4+
date: 2023-10-02 11:10:00 +0900
5+
---
6+
`thrust`リポジトリで話をする。
7+
8+
`thrust::device_event``thrust/thrust/system/cuda/detail/future.inl``unique_eager_event`クラスのエイリアスなので、このクラスを見れば良い。

0 commit comments

Comments
 (0)