-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU processing not working with gda.mx.hyperion.xrc.compare_cpu_and_gpu=true #738
Comments
gda.mx.hyperion.xrc.compare_cpu_and_gpu=true
gda.mx.hyperion.xrc.compare_cpu_and_gpu=true
See Gerrit change: https://gerrit.diamond.ac.uk/c/gda/gda-mx/+/43129 This PR relates to these changes |
This parameter was indeed being sent to hyperion, see
and the comparison is started, but the GPU results are never received
I think it is because these lines are never called with enable_dev_shm == 1
|
There are two tests which I would've expected to catch this
I wonder what's missing |
Two problems:
|
The third problem was that the parameter model which was being used when the Eiger was being armed, |
During testing of mx-bluesky 1.4.1 (see #697) it was discovered that although
gda.mx.hyperion.xrc.compare_cpu_and_gpu=true
was enabled indomain.properties
, GPU gridscan processing was not occurring becausedev_shm
wasn't being enabled; this was causing a long wait for the GPU zocalo results which never arrived until the wait times out. The remainder of testing had to proceed with the GPU setting disabled.Acceptance Criteria
The text was updated successfully, but these errors were encountered: