"vscode:/vscode.git/clone" did not exist on "9c29bc2df8bd4249ad73bc39d2453336078fb1fb"
  • Chao Ma's avatar
    Change size_t to int · 3de20385
    Chao Ma authored
    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];
    3de20385
c_api_common.cc 978 Bytes