Closed fwyzard closed 2 years ago
Update alpaka
using the same rules developed for alpakatest
in #304 .
@makortel we don't expect any impact on the performance from this, do we ?
Mhm, this doesn't seem to be working:
$ ./alpaka --cuda
Found 0 devices.
Processing 1000 events, of which 1 concurrently, with 1 threads.
Floating point exception (core dumped)
However, alpakatest
does not seem to be working either:
$ ./alpakatest --cuda
Found 0 devices.
Processing 1000 events, of which 1 concurrently, with 1 threads.
TestProducer Event 1 stream 0 ES int 42 FED 1200 size 2152
Floating point exception (core dumped)
OK, that was probably a hardware problem, since just running nvidia-smi
seems to have crashed the machine :-/
we don't expect any impact on the performance from this, do we ?
In the leading order there should no performance impact. In the sub-leading order shared library reorganization might result in performance differences.
Visually looks good to me.
OK, now it runs fine, and the perfornance and CPU usage look unchanged:
Move common code shared between plugins to a shared library.