File tree
575 files changed
+15913
-1031
lines changed- analysis
- drivers
- cpp
- benchmarks
- dense_la
- 00_dense_la_lu_decomp
- 01_dense_la_solve
- 02_dense_la_gemm
- 03_dense_la_axpy
- 04_dense_la_gemv
- fft
- 05_fft_inverse_fft
- 06_fft_dft
- 07_fft_fft_conjugate
- 08_fft_split_fft
- 09_fft_fft_out_of_place
- graph
- 15_graph_edge_count
- 16_graph_largest_component
- 17_graph_highest_degree
- 18_graph_count_components
- 19_graph_shortest_path
- histogram
- 20_histogram_pixel_histogram
- 21_histogram_bin_0-100
- 22_histogram_count_quadrants
- 23_histogram_first_letter_counts
- 24_histogram_count_quartile
- scan/28_scan_sum_of_prefix_sum_array
- search
- 35_search_search_for_last_struct_by_key
- 36_search_check_if_array_contains_value
- 37_search_find_the_closest_number_to_pi
- 38_search_find_the_first_even_number
- 39_search_xor_contains
- sort
- 40_sort_sort_an_array_of_complex_numbers_by_magnitude
- 41_sort_k-th_smallest_element
- 42_sort_sorted_ranks
- 43_sort_sort_an_array_of_structs_by_key
- 44_sort_sort_non-zero_elements
- sparse_la
- 45_sparse_la_sparse_solve
- 46_sparse_la_spmm
- 47_sparse_la_spmv
- 48_sparse_la_sparse_axpy
- 49_sparse_la_sparse_lu_decomp
- transform
- 55_transform_relu
- 56_transform_map_function
- 56_transform_negate_odds
- 57_transform_inverse_offset
- 58_transform_squaring
- 59_transform_map_function
- models
- generate
- prompts
- raw
- fft
- 06_fft_dft
- 07_fft_fft_conjugate
- 08_fft_split_fft
- 09_fft_fft_out_of_place
- geometry
- 10_geometry_convex_hull
- 11_geometry_convex_hull_perimeter
- 12_geometry_smallest_triangle
- 13_geometry_closest_pair_2d
- 14_geometry_closest_pair_1d
- graph
- 15_graph_edge_count
- 16_graph_largest_component
- 17_graph_highest_degree
- 18_graph_count_components
- 19_graph_shortest_path
- histogram
- 20_histogram_pixel_histogram
- 21_histogram_bin_0-100
- 22_histogram_count_quadrants
- 23_histogram_first_letter_counts
- 24_histogram_count_quartile
- reduce
- 25_reduce_xor
- 26_reduce_product_of_inverses
- 27_reduce_average
- 28_reduce_smallest_odd_number
- 29_reduce_sum_of_min_of_pairs
- scan
- 30_scan_prefix_sum
- 31_scan_scan_with_min_function
- 32_scan_sum_of_prefix_sum_array
- 33_scan_reverse_prefix_sum
- 34_scan_largest_contiguous_subarray_sum
- search
- 35_search_search_for_last_struct_by_key
- 36_search_check_if_array_contains_value
- 37_search_find_the_closest_number_to_pi
- 38_search_find_the_first_even_number
- 39_search_xor_contains
- sort
- 38_sort_sort_first_half_in_descending_order
- 40_sort_sort_an_array_of_complex_numbers_by_magnitude
- 41_sort_k-th_smallest_element
- 42_sort_sorted_ranks
- 43_sort_sort_an_array_of_structs_by_key
- 44_sort_sort_non-zero_elements
- sparse_la
- 45_sparse_la_sparse_solve
- 46_sparse_la_spmm
- 47_sparse_la_spmv
- 48_sparse_la_sparse_axpy
- 49_sparse_la_sparse_lu_decomp
- stencil
- 50_stencil_xor_kernel
- 51_stencil_edge_kernel
- 52_stencil_1d_jacobi_3-point_stencil
- 53_stencil_2d_jacobi_5-point_stencil
- 54_stencil_game_of_life
- transform
- 55_transform_relu
- 56_transform_negate_odds
- 57_transform_inverse_offset
- 58_transform_squaring
- 59_transform_map_function
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
575 files changed
+15913
-1031
lines changedLines changed: 159 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + |
Lines changed: 107 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + |
0 commit comments