-
Notifications
You must be signed in to change notification settings - Fork 483
GPU: Simplify memory alignment for host allocations and support stacked memory for direct allocations #14208
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@mconcas : could you check if this causes any trouble with ITS GPU tracking? |
|
Error while checking build/O2/fullCI_slc9 for 99853a8 at 2025-04-21 23:47: Full log here. |
I can test it later today, if you want to try: this is what I used to validate fst: #! /bin/bash -x
rm -f /dev/shm/*fmq*;
# export WORKFLOWMODE=print
# export DISABLE_ROOT_OUTPUT=0
export ROCR_VISIBLE_DEVICES="0"
export GPUTYPE=HIP
export WORKFLOW_DETECTORS=TPC,ITS
export WORKFLOW_DETECTORS_GPU=ITS,TPC
export GPUMEMSIZE=10000000000
export SYNCMODE=0
export CTFINPUT=1
# export GLOBALDPLOPT="-b"
export NTIMEFRAMES=1
export INPUT_FILE_LIST=data/o2_ctf_run00559456_orbit0139181824_tf0003905868_epn294.root
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="GPU_proc.debugLevel=2;GPU_global.deviceType=$GPUTYPE;GPU_proc.forceMemoryPoolSize=8000000000;GPU_proc.forceHostMemoryPoolSize=1073741824;"
~/alice/latest/O2/prodtests/full-system-test/dpl-workflow.shIt is based on: /alice/data/2024/LHC24aq/559456/raw/0700/o2_ctf_run00559456_orbit0139181824_tf0003905868_epn294.root . |
|
Error while checking build/O2/fullCI_slc9 for c789667 at 2025-04-22 11:06: Full log here. |
|
Error while checking build/O2/fullCI_slc9 for 03c1b38 at 2025-04-22 17:48: Full log here. |
mconcas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FST tested locally, it works.
No description provided.