-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error Golang 1.11 (go1.11.4 darwin) #2517
Comments
@patrikhermansson thanks for reporting, let me check. |
srkreddy1238
added a commit
to srkreddy1238/tvm
that referenced
this issue
Feb 4, 2019
@patrikhermansson can you try below patch ?
|
libing4752
pushed a commit
to libing4752/tvm
that referenced
this issue
Feb 18, 2019
merrymercy
pushed a commit
to merrymercy/tvm
that referenced
this issue
Feb 18, 2019
wweic
pushed a commit
to neo-ai/tvm
that referenced
this issue
Feb 20, 2019
wweic
pushed a commit
to neo-ai/tvm
that referenced
this issue
Feb 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm getting the following error when building the Golang module. Latest checkout of the tvm repository.
go version go1.11.4 darwin/amd64
`$ make
function_test.go:207:30: error strings should not be capitalized or end with punctuation or a newline
ndarray.go:104:30: error strings should not be capitalized or end with punctuation or a newline
ndarray.go:198:30: error strings should not be capitalized or end with punctuation or a newline
ndarray.go:282:26: error strings should not be capitalized or end with punctuation or a newline
ndarray.go:293:34: error strings should not be capitalized or end with punctuation or a newline
value.go:310:34: error strings should not be capitalized or end with punctuation or a newline
value.go:323:30: error strings should not be capitalized or end with punctuation or a newline
gotvm
./ndarray.go:251: cannot use (*_Ctype_long)(&shape[0]) (type *_Ctype_long) as type *_Ctype_longlong in argument to func literal
make: *** [all] Error `
The text was updated successfully, but these errors were encountered: