remod Namespace Reference

remod Namespace Reference#

Composable Kernel: remod Namespace Reference
remod Namespace Reference

Classes

class  submodule_t
 

Functions

def get_module (f, level=0)
 

Variables

string NS = 'ck_tile'
 
string OPS = 'ops'
 
string REF = 'ref'
 
string OPS_COMMON = 'common'
 
string HEADER_COMMON
 
list all_files = []
 
 submodule = submodule_t()
 
 shell
 
string cmd = f'clang-format-18 -style=file -i {str(x)}'
 

Function Documentation

◆ get_module()

def remod.get_module (   f,
  level = 0 
)

Variable Documentation

◆ all_files

list remod.all_files = []

◆ cmd

remod.cmd = f'clang-format-18 -style=file -i {str(x)}'

◆ HEADER_COMMON

string remod.HEADER_COMMON
Initial value:
1 = f"""// SPDX-License-Identifier: MIT
2 // Copyright (c) 2018-{datetime.now().year}, Advanced Micro Devices, Inc. All rights reserved.\n
3 """

◆ NS

string remod.NS = 'ck_tile'

◆ OPS

string remod.OPS = 'ops'

◆ OPS_COMMON

string remod.OPS_COMMON = 'common'

◆ REF

string remod.REF = 'ref'

◆ shell

remod.shell

◆ submodule

remod.submodule = submodule_t()