You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are large OpenBench changes that have just been pushed, to allow for workers to be able to run just a subset of engines. IE, the worker will look for clang, gcc, g++, cargo, ... and only play workloads it can compile. As a result, I programmed a "tier list" for compilers. Demolito prefers clang. If clang is not found, and gcc is, then the make command will include CC=gcc. You may change CC=clang back to normal.
The text was updated successfully, but these errors were encountered:
There are large OpenBench changes that have just been pushed, to allow for workers to be able to run just a subset of engines. IE, the worker will look for clang, gcc, g++, cargo, ... and only play workloads it can compile. As a result, I programmed a "tier list" for compilers. Demolito prefers clang. If clang is not found, and gcc is, then the make command will include
CC=gcc
. You may changeCC=clang
back to normal.The text was updated successfully, but these errors were encountered: