-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cuda自带的thrust没有 <thrust/universal_vector.h>文件 #30
Comments
你可以告诉我cuda版本号,不用告诉我几几年的
无法顺畅的大口呼吸,是活着的最好证明
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年4月8日(周一) 中午1:13
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [parallel101/course] Cuda自带的thrust没有 <thrust/universal_vector.h>文件 (Issue #30)
08/06_thrust/01/main.cu文件里面include <thrust/universal_vector.h>显示找不到 <thrust/universal_vector.h>
官方thrust库里面的"universal_allocator.h", "universal_ptr.h", "universal_vector.h"都没有在我电脑cuda的include的文件夹里面。是我安装cuda有问题吗?(2022年安装的cuda)还是更新了吗?#include <thrust/device_vector.h> #include <thrust/host_vector.h>这些没有问题。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
11.1版本的cuda,
|
@archibate 暂时找到问题了,小彭老师,应该是因为cuda版本太旧了。看Thrust release的网站
|
08/06_thrust/01/main.cu文件里面
include <thrust/universal_vector.h>
显示找不到 <thrust/universal_vector.h>官方thrust库里面的"universal_allocator.h", "universal_ptr.h", "universal_vector.h"都没有在我电脑cuda的include的文件夹里面。是我安装cuda有问题吗?(2022年安装的cuda)还是更新了吗?
#include <thrust/device_vector.h> #include <thrust/host_vector.h>
这些没有问题。The text was updated successfully, but these errors were encountered: