marsupialtail / gpu-sparsert

MIT License
17 stars 6 forks source link

Question about tuning all spmm examples #3

Open vmiheer opened 4 years ago

vmiheer commented 4 years ago

Hi, does this line would need to be uncommented if I wanted to autotune all examples? Also in autotune_float.sh, it seems to have logic for choosing parameters for mobilenet/contraction_1x1_$i_transposed.npy for i in [0-6, 11, 12], how does it choose parameters for rest of mobilenet examples?

marsupialtail commented 4 years ago

Thats actually all the mobilenet examples. 7 8 9 and 10 are the same shape as 6

Sent from my Galaxy

-------- Original message -------- From: miheer vaidya notifications@github.com Date: 11/9/20 8:02 PM (GMT-10:00) To: marsupialtail/gpu-sparsert gpu-sparsert@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [marsupialtail/gpu-sparsert] Question about tuning all spmm examples (#3)

Hi, does this linehttps://github.com/marsupialtail/gpu-sparsert/blob/97540e4b03735463a52365eaa5c5217000b88413/autotune_float.sh#L75 would need to be uncommented if I wanted to autotune all examples? Also in autotune_float.sh, it seems to have logic for choosing parameters for mobilenet/contraction1x1$i_transposed.npy for i in [0-6, 11, 12], how does it choose parameters for rest of mobilenethttps://github.com/marsupialtail/gpu-sparsert/tree/main/mobilenet examples?

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/marsupialtail/gpu-sparsert/issues/3, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWGV6ZYBMFDCEPVL2BFBVLSPDJPXANCNFSM4TQHIWDA.

vmiheer commented 4 years ago

Do lines 75, 77 need to be commented if I need to run all mobilenet examples?