Results 8 comments of Fei Zhang

@Amejia481 I think baseline profiles already work in Firefox. Using this command `adb shell cmd package dump-profiles org.mozilla.firefox`, you can see the result in `/data/misc/profman/org.mozilla.firefox-primary.prof.txt` ```java === Dex files ===...

@Mugurell I tested this on Android 12

I run this code on a 16GB-Memory MacbookPro,does it ok? After I edit the config file to resize the network,I get the same error.The total message is: 1. MNIST 2....

I think the environment is correct,and I can run the cuda code to get the GPU info: --- General Information for device 0 --- Name: GeForce GT 750M Compute capability:...

Yes,I have these data on the correct path.

I try just read mnist to cuMatrixVector trainX, and not compile layers ,is ok.But when I compile and link the layers to target , the error happen again.Why this happen?

I find the place of this error. in Pooling.cu,if delete 3 functions ,then the code can run correctly. These functions: g_pooling_feedforward_max g_pooling_backpropagation_max_no_atomic g_pooling_backpropagation_avr_no_atomic

by the way,when use you config to train mnist,it's too slow. epoch=1 time=194.826s , is it normal?