Example #1
0
def test_arrayfire_harris_response():
    auto_test_target_function_advanced(
        "./arrayfire-repair/harris_response.ll",
        "@_Z15harris_responsePfS_PKfS1_S1_jS_jfj", {
            'global': "%image_ptr",
            'shared': None,
        })
Example #2
0
def test_sync_cudpp_sparseMatrixVectorSetFlags():
    auto_test_target_function_advanced(
        "./cudpp-new-bug/new-func.ll", "@_Z26sparseMatrixVectorSetFlagsPjPKjj",
        {
            "global": "%d_flags",
            "shared": None
        })
Example #3
0
def test_gunrock_xmrig():
    auto_test_target_function_advanced(
        "./xmrig/new-func.ll", "@_Z27cryptonight_core_gpu_phase3iiiPKjPjS1_", {
            'global':
            None,
            'shared':
            "@_ZZ27cryptonight_core_gpu_phase3iiiPKjPjS1_E12sharedMemory",
        })
Example #4
0
def test_sum_reduced():
    auto_test_target_function_advanced("./kaldi-new-bug/fse-func.ll",
                                       "@_Z11_sum_reducePd", {
                                           "global": "%buffer",
                                           "shared": None
                                       })
Example #5
0
def test_sync_FindMaxCorr():
    auto_test_target_function_advanced("./cudaSift-new-bug/new-func.ll",
                                       "@_Z11FindMaxCorrPfS_S_iii", {
                                           "global": "%sift1",
                                           "shared": None
                                       })
Example #6
0
def test_sync_cuda_cnn_g_getCost_3():
    auto_test_target_function_advanced(
        "./cuda-cnn-new-bug/new-func.ll", "@_Z11g_getCost_3PfS_fi", {
            "global": None,
            "shared": "@_ZZ11g_getCost_3PfS_fiE4_sum"
        })
Example #7
0
def test_arrayfire_compute_median():
    auto_test_target_function_advanced(
        "./arrayfire-repair/computeMedian.ll", "@_Z13computeMedianj", {
            'global': None,
            'shared': "@_ZZ13computeMedianjE5s_idx",
        })
Example #8
0
def test_gunrock_collect():
    auto_test_target_function_advanced("./gunrock/gunrock1.ll",
                                       "@_Z7CollectiiPKiS0_S0_PiS1_S1_S1_", {
                                           "global": "%froms",
                                           "shared": None
                                       })