TimeRobber commited on
Commit
69e6c57
1 Parent(s): 1c9f9ba

Use real values so that the answer is an actual value

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -119,7 +119,10 @@ fast_distributed_framework_question = """
119
  We are going to understand how many operations does a matrix multiplication hold.
120
  <br/>
121
  <br/>
122
- Let A,B two matrices of size MxK and NxK respectively. When computing the matrix multiplication of A and (B^T), how many scalar multiplications are done? How many scalar additions are done?
 
 
 
123
  """
124
 
125
  internships = {
119
  We are going to understand how many operations does a matrix multiplication hold.
120
  <br/>
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}
125
+ additions: {YOUR_ANSWER}
126
  """
127
 
128
  internships = {