Question about test vector

Hi. I have a question about test vector h5 file’s key.
I ran testMAC using “sudo ./test_mac F08 1C 60” cli and I got log below. Is there a problem with my test vector file? The log is about h5 file’s key error

Hi @root1031,

What is the Aerial version you are using? What are the compilation flags you used to compile the code?

Can you also let us know about you generated the test vectors?

Thank you.

Hi @bkecicioglu , thanks for you reply!

  • Aerial version
    • 24-2.1
  • Compilation tag
    • I tried both of the cli below and tested test_mac but got the same error.
cmake -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=cuPHY/cmake/toolchains/native -DENABLE_CONFORMANCE_TM_PDSCH_PDCCH=ON -DAERIAL_METRICS=1
cmake -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=cuPHY/cmake/toolchains/native -DSCF_FAPI_10_04=ON -DENABLE_CONFORMANCE_TM_PDSCH_PDCCH=ON -DAERIAL_METRICS=1
  • I generated all test vectors using the cli below

cd ${cuBB_SDK}/5GModel/aerial_mcore/examples
source ../scripts/setup.sh
export REGRESSION_MODE=1
time python3 ./example_5GModel_regression.py allChannels
echo $?
ls -alF GPU_test_input/
du -h GPU_test_input/

cd $cuBB_SDK
cd cubb_scripts
python3 auto_lp.py -i ../5GModel/aerial_mcore/examples/GPU_test_input -t launch_pattern_nrSim.yaml

cd $cuBB_SDK
cp ./5GModel/aerial_mcore/examples/GPU_test_input/*h5 ./testVectors/.
cp ./5GModel/aerial_mcore/examples/GPU_test_input/launch_pattern* ./testVectors/multi-cell/.`

Thank you!

@root1031 , this is a warning message and should not impact your testing.

Please let us know if you observe any issues.

Thank you.

@bkecicioglu , thanks for checking!
But I still have issues running cuphycontroller and errors occurred was about slot order kernel timeout error. Can you check this together?
Thanks for your fast reply!