-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
the latest BufferEntry do not contain ctx function and results in compile errors. inside of BufferEntry is an object of NDArray, that is the expected data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the CI is failing. Weird that its in the website.
Possible case of #13833
Might want to retrigger the CI
@mxnet-label-bot add [pr-awaiting-review] |
Hi, thanks for your check. |
Thanks for the catch. Would you be able to either add a test that shows when this fails, or to give some minimal steps to reproduce (i.e. the build flags and build systems your using)? Ideally we'd like to make sure that we don't regress on this once it's fixed. |
Thanks for your reply. |
Thanks for the info @NEWPLAN. You can ignore the website failure, that's a problem on our side. One more question, were you building with cmake or make? |
Yes, I built it via make. |
Yes, I noticed this same issue with building in DEBUG mode some time ago, but never actually make a PR for that - thank you! The changes look good. |
@eric-haibin-lin - Can you please take a look at this PR? Thanks. |
the latest BufferEntry do not contain ctx function and results in compile errors. inside of BufferEntry is an object of NDArray, that is the expected data.
the latest BufferEntry do not contain ctx function and results in compile errors. inside of BufferEntry is an object of NDArray, that is the expected data.
the latest BufferEntry do not contain ctx function and results in compile errors. inside of BufferEntry is an object of NDArray, that is the expected data.
Description
fix compiling error in debug mode
i.e. the latest 'BufferEntry' do not contain ctx function calls, and it will result in a compiling error.
inside of BufferEntry is an object of NDArray, which is the expected data.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments