Spaces:
Runtime error
Runtime error
TimeRobber
commited on
Commit
·
12ac04b
1
Parent(s):
69e6c57
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,8 @@ We are going to understand how many operations does a matrix multiplication hold
|
|
121 |
<br/>
|
122 |
Let N=128, M=256, K=64
|
123 |
Let A,B two matrices of size 256x64 and 128x64 respectively. When computing the matrix multiplication of A and (B^T), how many scalar multiplications are done? How many scalar additions are done? Please answer in the following format:
|
124 |
-
multiplications: {
|
125 |
-
additions: {
|
126 |
"""
|
127 |
|
128 |
internships = {
|
|
|
121 |
<br/>
|
122 |
Let N=128, M=256, K=64
|
123 |
Let A,B two matrices of size 256x64 and 128x64 respectively. When computing the matrix multiplication of A and (B^T), how many scalar multiplications are done? How many scalar additions are done? Please answer in the following format:
|
124 |
+
multiplications: {YOUR_ANSWER_AS_A_SINGLE_NUMBER}
|
125 |
+
additions: {YOUR_ANSWER_AS_A_SINGLE_NUMBER}
|
126 |
"""
|
127 |
|
128 |
internships = {
|