[Csnd] CUDA opcodes for Windows?
Date | 2022-09-19 13:27 |
From | Anders Genell |
Subject | [Csnd] CUDA opcodes for Windows? |
Dear all, perhaps especially Victor L and Stephen K!
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I am wondering if the CUDA opcodes are built for Windows somewhere? I have installed the CUDA developers software package on my Windows machine, but I am not really comfortable building csound (or much of anything, really) on Windows... Best readers, Anders |
Date | 2022-09-19 13:57 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] CUDA opcodes for Windows? |
Hi Anders, I don’t think so, you would need to try building these yourself. best ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 19 Sept 2022, at 13:27, Anders Genell |
Date | 2022-09-19 14:52 |
From | Anders Genell |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] CUDA opcodes for Windows? |
Alas! Well, I'll see what I can manage - are there some concise instructions for toolchains needed etc for building on Windows somewhere? Csound is built using Visual Studio nowadays, isn't it? Regards, Anders On Mon, Sep 19, 2022 at 2:57 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: Hi Anders, |
Date | 2022-09-19 18:19 | ||
From | Stephen Kyne | ||
Subject | Re: [Csnd] [EXTERNAL] [Csnd] CUDA opcodes for Windows? | ||
Hi Anders,
I haven't really tried to build these myself but I could possibly take a look soon. The build for Windows is mostly focused around MSVC. It's possible the MingGW build still works but I'd doubt it to be honest.
At any rate, it should just be a case of focusing on the CMakeList.txt file that deals with the Cuda build: https://github.com/csound/plugins/blob/develop/CUDA/CMakeLists.txt and
make sure all the headers and libs are found etc.
I have a PR for this repo to get it working with Windows better in general so I may end up fixing this along with that work anyway.
Thanks,
Stephen
From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Anders Genell <anders.genell@GMAIL.COM>
Sent: Monday 19 September 2022 14:52 To: CSOUND@LISTSERV.HEANET.IE <CSOUND@LISTSERV.HEANET.IE> Subject: Re: [Csnd] [EXTERNAL] [Csnd] CUDA opcodes for Windows? Alas!
Well, I'll see what I can manage - are there some concise instructions for toolchains needed etc for building on Windows somewhere? Csound is built using Visual Studio nowadays, isn't it?
Regards,
Anders
On Mon, Sep 19, 2022 at 2:57 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Hi Anders, |
Date | 2022-09-20 07:38 | ||
From | Anders Genell | ||
Subject | Re: [Csnd] [EXTERNAL] [Csnd] CUDA opcodes for Windows? | ||
Hi Stephen, That sounds absolutely fabulous! I'll sit back in utter comfort and watch from the sidelines. Thank you!! Regards, Anders On Mon, Sep 19, 2022 at 7:19 PM Stephen Kyne <stevek@outlook.ie> wrote:
|