"git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "63470ce3f428ec2eb80c97a7709e725f39311482"
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