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