@@ -115,15 +115,10 @@ def get_kernel_string(self, index=0, params=None):
115
115
kernel_source = self .kernel_sources [index ]
116
116
return util .get_kernel_string (kernel_source , params )
117
117
118
- < << << << HEAD
119
118
def prepare_list_of_files (
120
119
self , kernel_name , params , grid , threads , block_size_names
121
120
):
122
121
"""Prepare the kernel string along with any additional files.
123
- =======
124
- def prepare_list_of_files(self, kernel_name, params, grid, threads, block_size_names):
125
- """ prepare the kernel string along with any additional files
126
- > >> >> >> origin / master
127
122
128
123
The first file in the list is allowed to include or read in the others
129
124
The files beyond the first are considered additional files that may also contain tunable parameters
@@ -660,11 +655,7 @@ def compile_kernel(self, instance, verbose):
660
655
661
656
@staticmethod
662
657
def preprocess_gpu_arguments (old_arguments , params ):
663
- <<<<<<< HEAD
664
658
"""Get a flat list of arguments based on the configuration given by `params`."""
665
- =======
666
- """ Get a flat list of arguments based on the configuration given by `params` """
667
- >>>>>>> origin/master
668
659
return _preprocess_gpu_arguments (old_arguments , params )
669
660
670
661
def copy_shared_memory_args (self , smem_args ):
@@ -776,11 +767,7 @@ def run_kernel(self, func, gpu_args, instance):
776
767
777
768
778
769
def _preprocess_gpu_arguments (old_arguments , params ):
779
- <<<<<<< HEAD
780
770
"""Get a flat list of arguments based on the configuration given by `params`."""
781
- =======
782
- """ Get a flat list of arguments based on the configuration given by `params` """
783
- >>>>>>> origin/master
784
771
new_arguments = []
785
772
786
773
for argument in old_arguments :
0 commit comments