MCPcopy Create free account

hub / github.com/catid/supercharger / functions

Functions238 in github.com/catid/supercharger

Functionis_anagram
(14) Checks if two given strings are anagrams.
airate/tests/good_code.cpp:223
Functionis_prime
(5) Checks if a given positive integer is a prime number.
airate/tests/good_code.cpp:87
Methodkernel_call
()
server/gptq.py:70
Functionlog_output
(process, addr)
server/launch_cluster.py:16
Functionlongest_increasing_subsequence
(9) Finds the length of the longest increasing subsequence in a given vector of integers.
airate/tests/good_code.cpp:134
Functionmain
airate/tests/bad_code.cpp:291
Functionmatmul4_kernel_config_pruner
The main purpose of this function is to shrink BLOCK_SIZE_* when the corresponding dimension is smaller.
server/gptq.py:175
Functionmatmul_248_kernel
Compute the matrix multiplication C = A x B. A is of shape (M, K) float16 B is of shape (K//8, N) int32 C is of shape (M, N) float16
server/gptq.py:218
Functionmerge_sorted_arrays
(2) Merges two sorted input vectors into a single sorted output vector.
airate/tests/good_code.cpp:20
Functionnoop
(*args, **kwargs)
server/gptq.py:711
Methodpack
(self, linear, scales, zeros, g_idx = None)
server/gptq.py:478
Functionpower
(13) Calculates the power of a given base raised to a given exponent using a recursive approach.
airate/tests/good_code.cpp:209
Functionquicksort
(10b) Sorts a given vector of integers using the Quick Sort algorithm.
airate/tests/good_code.cpp:165
MethodrecursiveFactorial
(int n)
airate/tests/fact_range.java:2
MethodrecursiveRangeSum
(int start, int end)
airate/tests/fact_range.java:13
Functionrotate_vector
(8) Rotates a given vector of integers to the right by 'k' steps.
airate/tests/good_code.cpp:121
Functionsieve_of_eratosthenes
(15) Finds all prime numbers up to a given limit using the Sieve of Eratosthenes algorithm.
airate/tests/good_code.cpp:238
Functionstring_to_lower
(7) Converts all characters in a given string to lowercase.
airate/tests/good_code.cpp:112
Methodterminate
(self)
codegen/codegen_workers.py:156
Methodtest_basic_cases
(self)
codegen/test_mismatched_delimiters.py:20
Methodtest_basic_cases
(self)
codegen/test_missing_colons.py:21
Methodtest_comments_and_strings
(self)
codegen/test_mismatched_delimiters.py:40
Methodtest_corner_cases
(self)
codegen/test_find_first_number.py:6
Methodtest_embedded_numbers
(self)
codegen/test_find_first_number.py:22
Methodtest_extract_code_from_md
(self)
codegen/test_extract_code_from_md.py:6
Methodtest_fix_indentation
(self)
codegen/test_indentation_errors.py:170
Methodtest_multi_line
(self)
codegen/test_missing_colons.py:46
Methodtest_multiline_cases
(self)
codegen/test_mismatched_delimiters.py:50
Methodtest_multiple_numbers
(self)
codegen/test_find_first_number.py:27
Methodtest_negative_numbers
(self)
codegen/test_find_first_number.py:32
Methodtest_nested_delimiters
(self)
codegen/test_mismatched_delimiters.py:30
Methodtest_no_match
(self)
codegen/test_find_first_number.py:37
Methodtest_single_line
(self)
codegen/test_missing_colons.py:35
Methodtest_whitespace_and_punctuation
(self)
codegen/test_find_first_number.py:14
Functiontranspose_matmul4_kernel_config_pruner
The main purpose of this function is to shrink BLOCK_SIZE_* when the corresponding dimension is smaller.
server/gptq.py:293
Functiontranspose_matmul_248_kernel
Compute the matrix multiplication C = A x B. A is of shape (M, N) float16 B is of shape (K//8, N) int32 C is of shape (M, K) float16
server/gptq.py:335
Methodwarmup
(self, *args, **kwargs)
server/gptq.py:128
Methodworker
(self, work_queue, result_queue, worker_id)
codegen/codegen_workers.py:74
← previous201–238 of 238, ranked by callers