Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import torch.nn as nn | |
import torch.nn.functional as F | |
import torch.multiprocessing as mp | |
from torch.autograd import Variable | |
import sys | |
IN_SIZE = 10 | |
OUT_SIZE = 17 | |
BATCH_SIZE = 32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0000000000002132 T magmaf_sormqr_ | |
0000000000004576 T magmaf_sormqr2_gpu_ | |
0000000000004486 T magmaf_sormqr_gpu_ | |
0000000000002d1b T magmaf_sormqr_m_ | |
U magma_sormqr | |
U magma_sormqr2_gpu | |
U magma_sormqr_gpu | |
U magma_sormqr_m | |
U magma_dormqr | |
U magma_dormqr2_gpu |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running install | |
running build_deps | |
/home/tudor/pytorch/torch/_thnn/utils.py:1: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import | |
import os | |
/home/tudor/pytorch/torch/_thnn/utils.py:2: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import | |
import itertools | |
/home/tudor/pytorch/torch/_thnn/utils.py:3: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import | |
import importlib | |
Re-run cmake no build system arguments | |
-- The C compiler identification is GNU 4.8.5 |