Change wgt tensor size to asymmetry

I change the weight tensor from default value to 64 * 32(block_in=64,block_out=32),then compilation fails with errors:

before I use this parameters, I tried block_in*block_out=32 * 32 and 64 * 64, the two situation all work successfully, but as I use asymmetry parameters, the error occures.