Change type of temp GRES counter
A temporary GRES counter was being stored in a variable of type "int". This changes the variable to type "uint64_t" without changing logic.
Please register or sign in to comment
A temporary GRES counter was being stored in a variable of type "int". This changes the variable to type "uint64_t" without changing logic.