Hi,
Just wanted to check on the status of my pull request since it's been a while: https://github.com/geany/geany/pull/496
It's a relatively small change that adds support for argument hinting in CUDA kernel calls (of the form MatAdd<<<numBlocks, threadsPerBlock>>>(A, B, C);) as well as C# generic function calls (of the form Swap<int>(ref a, ref b);).
I've never done a pull request before; is there anything else I need to do to make a contribution?
Cheers ~ Ethan
On 19 June 2015 at 13:51, Deep Thought ti.42.plus@gmail.com wrote:
Hi,
Just wanted to check on the status of my pull request since it's been a while: https://github.com/geany/geany/pull/496
It's a relatively small change that adds support for argument hinting in CUDA kernel calls (of the form MatAdd<<<numBlocks, threadsPerBlock>>>(A, B, C);) as well as C# generic function calls (of the form Swap<int>(ref a, ref b);).
I've never done a pull request before; is there anything else I need to do to make a contribution?
No, just bump it if we get sidetracked (which you have now done :)
Cheers ~ Ethan
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Hi again,
Just merged master back into the pull request, seems to work fine. And a bump :)
Also wanted to mention an unrelated pull request for relative project paths: https://github.com/geany/geany/pull/586
http://www.geany.org/manual/current/#project-properties says that the project path "can be an absolute path or it is considered to be relative to the project's file name," but relative paths never worked for me. These commits are meant to fix this.
Cheers ~ Ethan
On Thu, Jun 18, 2015 at 9:34 PM Lex Trotman elextr@gmail.com wrote:
On 19 June 2015 at 13:51, Deep Thought ti.42.plus@gmail.com wrote:
Hi,
Just wanted to check on the status of my pull request since it's been a while: https://github.com/geany/geany/pull/496
It's a relatively small change that adds support for argument hinting in CUDA kernel calls (of the form MatAdd<<<numBlocks, threadsPerBlock>>>(A,
B,
C);) as well as C# generic function calls (of the form Swap<int>(ref a,
ref
b);).
I've never done a pull request before; is there anything else I need to
do
to make a contribution?
No, just bump it if we get sidetracked (which you have now done :)
Cheers ~ Ethan
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
On 22 July 2015 at 18:26, Deep Thought ti.42.plus@gmail.com wrote:
Hi again,
Just merged master back into the pull request, seems to work fine. And a bump :)
Its marked for 1.26 which is targetted for later *THIS* year, and as 1.25 is now out it should not be too long.
Cheers Lex
Also wanted to mention an unrelated pull request for relative project paths: https://github.com/geany/geany/pull/586
http://www.geany.org/manual/current/#project-properties says that the project path "can be an absolute path or it is considered to be relative to the project's file name," but relative paths never worked for me. These commits are meant to fix this.
Cheers ~ Ethan
On Thu, Jun 18, 2015 at 9:34 PM Lex Trotman elextr@gmail.com wrote:
On 19 June 2015 at 13:51, Deep Thought ti.42.plus@gmail.com wrote:
Hi,
Just wanted to check on the status of my pull request since it's been a while: https://github.com/geany/geany/pull/496
It's a relatively small change that adds support for argument hinting in CUDA kernel calls (of the form MatAdd<<<numBlocks, threadsPerBlock>>>(A, B, C);) as well as C# generic function calls (of the form Swap<int>(ref a, ref b);).
I've never done a pull request before; is there anything else I need to do to make a contribution?
No, just bump it if we get sidetracked (which you have now done :)
Cheers ~ Ethan
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel