File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ def do_POST(self):
24
24
25
25
prettyCmd = "taco \" " + cmd .replace (" " , "\" " , 1 )
26
26
27
- logFile = "/Users/jwshi/Documents/UROP /success.log"
28
- tacoPath = "/Users/jwshi/Documents/UROP /taco/build/bin/taco"
27
+ logFile = "/home/ubuntu /success.log"
28
+ tacoPath = "/home/ubuntu /taco/build/bin/taco"
29
29
30
30
prefix = "/tmp/" + str (threading .current_thread ().ident ) + "_"
31
31
writePath = prefix + "taco_kernel.c"
32
32
computePath = prefix + "taco_compute.c"
33
33
assemblyPath = prefix + "taco_assembly.c"
34
34
cmd = tacoPath + " " + cmd + " -write-source=" + writePath + " -write-compute=" + computePath + " -write-assembly=" + assemblyPath
35
-
35
+
36
36
try :
37
37
subprocess .check_output (str .split (cmd ), timeout = 3 , stderr = subprocess .STDOUT )
38
38
with open (writePath , 'r' ) as f :
Original file line number Diff line number Diff line change @@ -249,12 +249,3 @@ ul {
249
249
.add-reorder {
250
250
line-height : 60px ;
251
251
}
252
-
253
- .mdl-switch .is-checked .mdl-switch__track {
254
- background : rgba (0 , 0 , 0 , .26 );
255
- }
256
-
257
- .mdl-switch .is-checked .mdl-switch__thumb {
258
- background : # fafafa
259
- }
260
- }
You can’t perform that action at this time.
0 commit comments