You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve survey description clarity and organization (#43)
- Reorganize warning messages for better visibility
- Update description to clarify operation selection behavior
- Improve formatting of use case instructions
'• Current library usage and performance requirements\n'+
24
24
'• Libraries you are interested in using in the future\n'+
25
25
'• Specific algorithmic needs and constraints\n'+
26
26
'• Benchmarking requirements and metrics\n\n'+
27
-
'***This information helps us understand the computational patterns across different scientific domains and guides our development of optimized NLA libraries and benchmarks.***\n\n'+
28
-
'⚠️ If your code has multiple distinct use cases with significantly different requirements, we encourage you to submit separate survey responses for each major use case. This helps us better understand the full range of your needs.\n\n'+
27
+
'⚠️ When you select an operation, its detailed questions will automatically expand below. You can collapse/expand sections as needed.\n\n'+
29
28
'⚠️ Selection Guidance\n\n'+
30
29
'We recommend selecting your top 3 most critical operations for benchmarking:\n'+
31
30
'• Operations dominating your application performance\n'+
32
-
'• Operations in your codes you want to optimize\n\n'+
31
+
'• Operations in your codes you want to optimize\n'+
32
+
'• If your code has multiple distinct use cases with significantly different requirements, we encourage you to submit separate survey responses for each major use case. \n\n'+
33
33
'You can select more if essential, but please prioritize your most important operations.',
0 commit comments