Antonio Di Pilato
Antonio Di Pilato
I talked with Andrea a few weeks ago about this issue. One possible solution that he proposed, which would keep alpaka's programming pattern unchanged, was: - no addition of a...
@bernhardmgruber this workaround could be useful for buffers, but CMS needs something similar for queues and events...
We discussed today in VC and seems that this issue and #1613 could be solved changing some Makefile logic for compiling alpaka applications. @psychocoderHPC
That's also what I was thinking. I didn't see any other solution than checking the list of available CUDA devices.
> Hi @tonydp03, > > Nice to meet you. From looking at the [raw CSV](https://raw.githubusercontent.com/sdv-dev/CTGAN/main/examples/csv/adult.csv) of input data, it seems that there is a leading space before every value. So...
One more thing: is it correct that, in the __main__.py, the function `fit` is called even when the model is loaded? I was expecting for it to be called only...