diff --git a/_posts/2023-09-30-tips-posted-at-x.md b/_posts/2023-10-02-tips-posted-at-x.md similarity index 100% rename from _posts/2023-09-30-tips-posted-at-x.md rename to _posts/2023-10-02-tips-posted-at-x.md diff --git a/_posts/2023-10-03-where-is-thrust-device-event-impl.md b/_posts/2023-10-03-where-is-thrust-device-event-impl.md new file mode 100644 index 0000000..a3d0c4f --- /dev/null +++ b/_posts/2023-10-03-where-is-thrust-device-event-impl.md @@ -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`クラスのエイリアスなので、このクラスを見れば良い。