Skip to content

Instantly share code, notes, and snippets.

View matejaputic's full-sized avatar

Mateja Putic matejaputic

  • University of Virginia
  • New York, NY
View GitHub Profile
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
@EXPLICIT
https://repo.anaconda.com/pkgs/main/linux-64/_tflow_select-2.1.0-gpu.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/blas-1.0-mkl.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2018.03.07-0.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/cudatoolkit-9.0-h13b8566_0.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/intel-openmp-2019.1-144.tar.bz2
https://repo.anaconda.com/pkgs/main/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNKBRrA2YG0333dbt4nDCNtk4rgwWgHDvOMJVJW48PP4BLQN6jB2gZpgbbkO3+zossRNjfFxtsXc1EGYeB6uoZ7VYVt67KmDu8O8ltEpLJnY47pEo89abW80jkDYAvmYYr/1jK3u/tVObkxMPqeUafe4zgKb3fcZ9tTNBsJPR+KYVZXRxaZi8yVzx4LzAJErtWnWIROpPhjTkdX7SxGpuRI4BeHYgkZ3P+ppRRc1ovmSBHM8ljqdQgTps/IQun99juCDVxg3IFjFxXpFA7xlpE0pJX3jvzI1MOJ3u42jJ/fplKV43+UzxJ3NzYBy/lKFpm2h5vVXDq4Kn5k4Stw5gv
Nin, Nop, Nij, Nkij, Nmb = (2, 2, 16, 2, 4)
Bin, Bop, Bij, Bkij, Bmb = (2, 2, 16, 2, 2)
Tin, Top, Tij, Tkij, Tmb = (2, 1, 4, 2, 1)
['{Nij: 0, Nmb: 0}, {Nin: 0, Nop: 0, Nkij: 0}, Tfault 0, Bfault 0'
'{Nij: 0, Nmb: 1}, {Nin: 0, Nop: 0, Nkij: 1}, Tfault 16, Bfault 2'
'{Nij: 0, Nmb: 2}, {Nin: 0, Nop: 1, Nkij: 0}, Tfault 32, Bfault 4'
'{Nij: 0, Nmb: 3}, {Nin: 0, Nop: 1, Nkij: 1}, Tfault 48, Bfault 6'
'{Nij: 1, Nmb: 0}, {Nin: 1, Nop: 0, Nkij: 0}, Tfault 64, Bfault 8'
'{Nij: 1, Nmb: 1}, {Nin: 1, Nop: 0, Nkij: 1}, Tfault 80, Bfault 10'
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for grep that handles long lines and -e... /bin/grep
Removing existing riscv-fesvr/build directory
Configuring project riscv-fesvr
Building project riscv-fesvr
Installing project riscv-fesvr
Removing existing riscv-isa-sim/build directory
Configuring project riscv-isa-sim
Building project riscv-isa-sim
../spike_main/disasm.cc: In constructor ‘disassembler_t::disassembler_t(int)’:
../spike_main/disasm.cc:257:1: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
@matejaputic
matejaputic / build.log
Created November 16, 2016 21:41
llvm-link-3.4 error: Invalid value
/if21/mp3t/.local/bin/cmake -H/if21/mp3t/Projects/LLVM-Tracer -B/if21/mp3t/Projects/LLVM-Tracer/build --check-build-system CMakeFiles/Makefile.cmake 0
/if21/mp3t/.local/bin/cmake -E cmake_progress_start /if21/mp3t/Projects/LLVM-Tracer/build/CMakeFiles /if21/mp3t/Projects/LLVM-Tracer/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/net/if21/mp3t/Projects/LLVM-Tracer/build'
make -f full-trace/CMakeFiles/full_trace.dir/build.make full-trace/CMakeFiles/full_trace.dir/depend
make[2]: Entering directory `/net/if21/mp3t/Projects/LLVM-Tracer/build'
cd /if21/mp3t/Projects/LLVM-Tracer/build && /if21/mp3t/.local/bin/cmake -E cmake_depends "Unix Makefiles" /if21/mp3t/Projects/LLVM-Tracer /if21/mp3t/Projects/LLVM-Tracer/full-trace /if21/mp3t/Projects/LLVM-Tracer/build /if21/mp3t/Projects/LLVM-Tracer/build/full-trace /if21/mp3t/Projects/LLVM-Tracer/build/full-trace/CMakeFiles/full_trace.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/net/if21/mp3t/Projects/LLVM-Tra
@matejaputic
matejaputic / model_params.py
Last active September 12, 2016 19:34
sine opf client
# ----------------------------------------------------------------------
# Numenta Platform for Intelligent Computing (NuPIC)
# Copyright (C) 2013, Numenta, Inc. Unless you have an agreement
# with Numenta, Inc., for a separate license for this software code, the
# following terms and conditions apply:
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero Public License version 3 as
# published by the Free Software Foundation.
#
sbt "assembly"
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
[info] Loading project definition from /net/if21/mp3t/Projects/firrtl/project
[info] Set current project to firrtl (in build file:/net/if21/mp3t/Projects/firrtl/)
[info] Compiling 33 Scala sources and 4 Java sources to /net/if21/mp3t/Projects/firrtl/target/scala-2.11/classes...
java.lang.StackOverflowError
at scala.tools.nsc.typechecker.Typers$Typer.runTyper$1(Typers.scala:5385)
at scala.tools.nsc.typechecker.Typers$Typer.scala$tools$nsc$typechecker$Typers$Typer$$typedInternal(Typers.scala:5422)
at scala.tools.nsc.typechecker.Typers$Typer.body$2(Typers.scala:5369)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:5373)
(venv)mp3t@automata1:~/Projects/dot2anml$ ./dot2anml.py -b ~/Projects/htm_ap_project_clean/htm_anml_compiler/anml/tm_segment.gv tm_segment.anml
Traceback (most recent call last):
File "./dot2anml.py", line 246, in <module>
main()
File "./dot2anml.py", line 232, in main
generate_anml(dot_graph,anmlNet,dict(),verbose,blockrows)
File "./dot2anml.py", line 146, in generate_anml
generate_anml(subgraph,network,elements,verbose,blockrows,lastId=subgraph_id)
File "./dot2anml.py", line 113, in generate_anml
elements[node_name] = [network.AddSTE(node_label, anmlId=node_name_id, match=False)]
@matejaputic
matejaputic / sp_segment.anml
Created August 2, 2016 13:42
sp_segment dot2anml test
<anml version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<automata-network id="netlist">
<counter id="n0" target="53" at-target="latch">
<report-on-target/>
</counter>
<state-transition-element id="n8t0" symbol-set="*" start="start-of-data">
<activate-on-match element="n8t0"/>
<activate-on-match element="n7t1"/>
</state-transition-element>
<state-transition-element id="n2t0" symbol-set="[\xff]" start="start-of-data">