memType 1012 opal/mca/common/cuda/common_cuda.c CUmemorytype memType; memType 1022 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerGetAttribute(&memType, memType 1025 opal/mca/common/cuda/common_cuda.c assert(CU_MEMORYTYPE_DEVICE == memType); memType 1066 opal/mca/common/cuda/common_cuda.c memType = 1; /* Just use this variable since we already have it */ memType 1067 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerSetAttribute(&memType, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS, memType 1739 opal/mca/common/cuda/common_cuda.c CUmemorytype memType = 0; memType 1748 opal/mca/common/cuda/common_cuda.c void *attrdata[] = {(void *)&memType, (void *)&memCtx, (void *)&isManaged}; memType 1753 opal/mca/common/cuda/common_cuda.c (void *)dbuf, (int)memType, (void *)memCtx, isManaged, res)); memType 1767 opal/mca/common/cuda/common_cuda.c } else if (memType == CU_MEMORYTYPE_HOST) { memType 1770 opal/mca/common/cuda/common_cuda.c } else if (memType == 0) { memType 1775 opal/mca/common/cuda/common_cuda.c assert(memType == CU_MEMORYTYPE_DEVICE); memType 1777 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttribute(&memType, memType 1783 opal/mca/common/cuda/common_cuda.c } else if (memType == CU_MEMORYTYPE_HOST) { memType 1788 opal/mca/common/cuda/common_cuda.c assert(memType == CU_MEMORYTYPE_DEVICE);