"src/vscode:/vscode.git/clone" did not exist on "c84982a804256cc0eda56a0a2a2bf6513ea19462"
Change size_t to int
To fix the compiler error on Mac OSX:
/dgl/src/c_api_common.cc:27:16: error: conversion from 'tvm::runtime::TVMArgValue' to 'size_t' (aka 'unsigned long') is ambiguous
size_t which = args[0];
Showing
Please register or sign in to comment