cconvey commented on PR #11400: URL: https://github.com/apache/tvm/pull/11400#issuecomment-1133278194
Output is basically unchanged from the previous table implementation: ``` dtype sched_type mem_scope # 2KB vectors per tensor status median(µsec) min(µsec) max(µsec) comments int8 1 global 1 SUCCESS 0.600 0.600 0.600 int8 1 global 16 SUCCESS 0.700 0.700 0.700 int8 1 global 64 SUCCESS 0.900 0.900 0.900 int8 1 global 512 SUCCESS 2.900 2.900 2.900 int8 1 global 2048 SUCCESS 14.400 14.400 14.400 int8 1 global.vtcm 1 SUCCESS 0.600 0.600 0.600 int8 1 global.vtcm 16 SUCCESS 0.600 0.600 0.600 int8 1 global.vtcm 64 SUCCESS 1.200 1.200 1.200 int8 1 global.vtcm 512 SUCCESS 6.200 6.200 6.200 int8 1 global.vtcm 2048 SKIP Expect to exceed VTCM budget. int8 2 global 1 SUCCESS 0.600 0.600 0.600 int8 2 global 16 SUCCESS 0.500 0.500 0.500 int8 2 global 64 SUCCESS 0.900 0.900 0.900 int8 2 global 512 SUCCESS 2.300 2.300 2.300 int8 2 global 2048 SUCCESS 14.400 14.400 14.400 int8 2 global.vtcm 1 SUCCESS 0.600 0.600 0.600 int8 2 global.vtcm 16 SUCCESS 1.000 1.000 1.000 int8 2 global.vtcm 64 SUCCESS 1.400 1.400 1.400 int8 2 global.vtcm 512 SUCCESS 4.800 4.800 4.800 int8 2 global.vtcm 2048 SKIP Expect to exceed VTCM budget. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
