mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
fix the clang-format (#2578)
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
from datetime import datetime import pathlib from pathlib import Path import subprocess import os
|
||||
import copy
|
||||
from datetime import datetime
|
||||
import pathlib
|
||||
from pathlib import Path
|
||||
import subprocess
|
||||
import os
|
||||
import copy
|
||||
|
||||
NS = 'ck_tile' OPS = 'ops' REF = 'ref' OPS_COMMON =
|
||||
'common' #common header will be duplicated into ops/* other module
|
||||
NS = 'ck_tile'
|
||||
OPS = 'ops'
|
||||
REF = 'ref'
|
||||
OPS_COMMON = 'common' #common header will be duplicated into ops/* other module
|
||||
|
||||
HEADER_COMMON = f"""// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2018-{datetime.now().year}, Advanced Micro Devices, Inc. All rights reserved.\n
|
||||
|
||||
Reference in New Issue
Block a user