|
@@ -2,7 +2,7 @@
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
-# Copyright (C) 2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
|
|
|
|
+# Copyright (C) 2020-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
#
|
|
#
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -70,7 +70,7 @@ for line in fxt_codes_raw.split("\n"):
|
|
|
|
|
|
if len(elements) == 3:
|
|
if len(elements) == 3:
|
|
key = int(elements[2][2:], 16)
|
|
key = int(elements[2][2:], 16)
|
|
- assert(key not in fxt_codes)
|
|
|
|
|
|
+ assert key not in fxt_codes
|
|
|
|
|
|
fxt_codes[key] = elements[1]
|
|
fxt_codes[key] = elements[1]
|
|
|
|
|