misc: Run pre-commit run --all-files
This ensures `isort` is applied to all files in the repo. Change-Id: Ib7ced1c924ef1639542bf0d1a01c5737f6ba43e9
This commit is contained in:
@@ -27,18 +27,18 @@
|
||||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
from common import (
|
||||
GPUTLBConfig,
|
||||
Simulation,
|
||||
)
|
||||
from common.Benchmarks import *
|
||||
from common.FSConfig import *
|
||||
from example.gpufs.Disjoint_VIPER import *
|
||||
from ruby import Ruby
|
||||
from system.amdgpu import *
|
||||
|
||||
from m5.util import panic
|
||||
|
||||
from common.Benchmarks import *
|
||||
from common.FSConfig import *
|
||||
from common import GPUTLBConfig
|
||||
from common import Simulation
|
||||
from ruby import Ruby
|
||||
|
||||
from example.gpufs.Disjoint_VIPER import *
|
||||
|
||||
|
||||
def makeGpuFSSystem(args):
|
||||
# Boot options are standard gem5 options plus:
|
||||
|
||||
Reference in New Issue
Block a user