Skip to content

Commit 63db683

Browse files
committed
revoke the suggest commit changes due to it's not applicable in jetson_device
1 parent 308886a commit 63db683

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ static ggml_cuda_device_info ggml_cuda_init() {
247247
info.devices[id].nsm = prop.multiProcessorCount;
248248
info.devices[id].smpb = prop.sharedMemPerBlock;
249249
info.devices[id].warp_size = prop.warpSize;
250-
GGML_ASSERT(!integrated || prop.canUseHostPointerForRegisteredMem);
251250
#if defined(GGML_USE_HIP) && defined(__HIP_PLATFORM_AMD__)
252251
info.devices[id].smpbo = prop.sharedMemPerBlock;
253252

0 commit comments

Comments
 (0)