cache-tlb

Results 2 issues of cache-tlb

Hi, I'm using the interface `set_view_order` as follows: ``` view_order = np.array([ 3, 1, 2, 0 ], dtype=np.uint16) bgfx.set_view_order(0, 4, as_void_ptr(view_order)) ``` and get a trace: ``` TypeError: set_view_order(): incompatible...

bug
good first issue

In line 98 of `softmax_loss_layer.cpp`, the function SoftmaxWithLossLayer::Forward_cpu leaves a macro NOT_IMPLEMENTED, and the `runtest` fails. Could you explain why you remove it ?