Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catid/supercharger
/ functions
Functions
238 in github.com/catid/supercharger
⨍
Functions
238
◇
Types & classes
19
↳
Endpoints
3
Function
is_anagram
(14) Checks if two given strings are anagrams.
airate/tests/good_code.cpp:223
Function
is_prime
(5) Checks if a given positive integer is a prime number.
airate/tests/good_code.cpp:87
Method
kernel_call
()
server/gptq.py:70
Function
log_output
(process, addr)
server/launch_cluster.py:16
Function
longest_increasing_subsequence
(9) Finds the length of the longest increasing subsequence in a given vector of integers.
airate/tests/good_code.cpp:134
Function
main
airate/tests/bad_code.cpp:291
Function
matmul4_kernel_config_pruner
The main purpose of this function is to shrink BLOCK_SIZE_* when the corresponding dimension is smaller.
server/gptq.py:175
Function
matmul_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
Function
merge_sorted_arrays
(2) Merges two sorted input vectors into a single sorted output vector.
airate/tests/good_code.cpp:20
Function
noop
(*args, **kwargs)
server/gptq.py:711
Method
pack
(self, linear, scales, zeros, g_idx = None)
server/gptq.py:478
Function
power
(13) Calculates the power of a given base raised to a given exponent using a recursive approach.
airate/tests/good_code.cpp:209
Function
quicksort
(10b) Sorts a given vector of integers using the Quick Sort algorithm.
airate/tests/good_code.cpp:165
Method
recursiveFactorial
(int n)
airate/tests/fact_range.java:2
Method
recursiveRangeSum
(int start, int end)
airate/tests/fact_range.java:13
Function
rotate_vector
(8) Rotates a given vector of integers to the right by 'k' steps.
airate/tests/good_code.cpp:121
Function
sieve_of_eratosthenes
(15) Finds all prime numbers up to a given limit using the Sieve of Eratosthenes algorithm.
airate/tests/good_code.cpp:238
Function
string_to_lower
(7) Converts all characters in a given string to lowercase.
airate/tests/good_code.cpp:112
Method
terminate
(self)
codegen/codegen_workers.py:156
Method
test_basic_cases
(self)
codegen/test_mismatched_delimiters.py:20
Method
test_basic_cases
(self)
codegen/test_missing_colons.py:21
Method
test_comments_and_strings
(self)
codegen/test_mismatched_delimiters.py:40
Method
test_corner_cases
(self)
codegen/test_find_first_number.py:6
Method
test_embedded_numbers
(self)
codegen/test_find_first_number.py:22
Method
test_extract_code_from_md
(self)
codegen/test_extract_code_from_md.py:6
Method
test_fix_indentation
(self)
codegen/test_indentation_errors.py:170
Method
test_multi_line
(self)
codegen/test_missing_colons.py:46
Method
test_multiline_cases
(self)
codegen/test_mismatched_delimiters.py:50
Method
test_multiple_numbers
(self)
codegen/test_find_first_number.py:27
Method
test_negative_numbers
(self)
codegen/test_find_first_number.py:32
Method
test_nested_delimiters
(self)
codegen/test_mismatched_delimiters.py:30
Method
test_no_match
(self)
codegen/test_find_first_number.py:37
Method
test_single_line
(self)
codegen/test_missing_colons.py:35
Method
test_whitespace_and_punctuation
(self)
codegen/test_find_first_number.py:14
Function
transpose_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
Function
transpose_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
Method
warmup
(self, *args, **kwargs)
server/gptq.py:128
Method
worker
(self, work_queue, result_queue, worker_id)
codegen/codegen_workers.py:74
← previous
201–238 of 238, ranked by callers