This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Value function iteration on the gpu tutorial#281
Open
floswald wants to merge 3 commits intoJuliaGPU:masterfrom
Open
Value function iteration on the gpu tutorial#281floswald wants to merge 3 commits intoJuliaGPU:masterfrom
floswald wants to merge 3 commits intoJuliaGPU:masterfrom
Conversation
Member
|
On the one hand it's good to have more examples, especially commented like this, but this seems very specific for a tutorial. Maybe we should add a separate |
Collaborator
|
I think it's fine to consolidate our docs into CuArrays. It's easy to find then, and there's not much reason to look for it unless you are interested in doing something more advanced. I think we could probably wait to split out |
fc487fd to
fced436
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi there,
I really enjoyed the tutorial on starting out with GPU and I thought I'd give it a go for a very specific use case. value function iteration is a very common algorithm in macro economics, and people are interested in making it more efficient. I extended your existing tutorial in that direction. it's compiled here
https://floswald.github.io/html/vfi.html
I don't know whether you want to create a space for things like this somewhere, I'm unsure it could belong to your manual; anyway, I post this here, maybe only to get some feedback on it.
thanks!