MIGraphX
- Tested in O2: fails to aquire gpu as target device for model compilation. Model is loaded successfully on CPU though
- Tested standalone MIGraphX compilation (with alienv enter GCC-Toolchain/latest for gcc14) and here it succeded
ONNXRuntime
- Compilation works now
- Need to figure out how to set Ort::MemoryInfo correctly to target GPU memory
Data for the neural network
- Created training data for the NN from real data using native clusters and track paths
- Need to adjust data sampler but will submit jobs again later today