Skip to content

Commit

Permalink
Reinstate comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
isazi committed Oct 4, 2023
1 parent 3e4d311 commit e620097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel_tuner/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,15 @@ def preprocess_gpu_arguments(old_arguments, params):
return _preprocess_gpu_arguments(old_arguments, params)

def copy_shared_memory_args(self, smem_args):
"""adds shared memory arguments to the most recently compiled module"""
self.dev.copy_shared_memory_args(smem_args)

def copy_constant_memory_args(self, cmem_args):
"""adds constant memory arguments to the most recently compiled module"""
self.dev.copy_constant_memory_args(cmem_args)

def copy_texture_memory_args(self, texmem_args):
"""adds texture memory arguments to the most recently compiled module"""
self.dev.copy_texture_memory_args(texmem_args)

def create_kernel_instance(self, kernel_source, kernel_options, params, verbose):
Expand Down

0 comments on commit e620097

Please sign in to comment.