Skip to content
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

GPU Batch 7 Testing #17

Closed
wants to merge 21 commits into from
Closed

GPU Batch 7 Testing #17

wants to merge 21 commits into from

Conversation

mborland
Copy link
Member

@mborland mborland commented Aug 21, 2024

Adds: bernoulli numbers, home rolled version of vector that is compatible with CUDA, and GPU capable fill and fill_n

Removes: Workaround for log1p

@mborland
Copy link
Member Author

I don't think this approach is going to work. The Bernoulli numbers will take forever to generate and use each time. We are better off generating them on host, and memcpying them to the device. How exactly that is going to work? Quite a mystery.

@mborland mborland closed this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant