mlcommons / inference_results_v3.0

This repository contains the results and code for the MLPerf™ Inference v3.0 benchmark.
https://mlcommons.org/en/inference-datacenter-30/
Apache License 2.0
18 stars 15 forks source link

Error running MLPerf benchmark with CUDA cuInit failed: initialization error #18

Open JoishB opened 4 months ago

JoishB commented 4 months ago

I'm trying to run the MLPerf benchmark with the following command:

sudo make run RUN_ARGS="--benchmarks=bert --scenarios=offline --config_ver=default,high_accuracy,triton,high_accuracy_triton"

However, I'm encountering the following error:

pycuda._driver.LogicError: cuInit failed: initialization error

Environment:

Additional information:

I'm unsure why cuInit is failing. Any insights or suggestions would be greatly appreciated. Thank you!