hpcs-16-mic-v2

Speedup of deep neural network learning on the MIC-architecture
git clone https://git.igankevich.com/hpcs-16-mic-v2.git
Log | Files | Refs

makefile (385B)


      1 NAME = hpcs-16-mic-v2
      2 
      3 $(NAME).pdf: $(NAME).tex makefile
      4 	pdflatex $(NAME)
      5 	pdflatex $(NAME)
      6 	ls *.bib 2>/dev/null && bibtex $(NAME) || true
      7 	pdflatex $(NAME)
      8 
      9 %.eps: %.svg
     10 	inkscape --without-gui --export-eps=$@ $<
     11 
     12 clean:
     13 	rm -f $(NAME).log $(NAME).aux $(NAME).pdf *-converted-to.pdf
     14 	rm -f $(NAME).nav $(NAME).snm $(NAME).toc $(NAME).out
     15 	rm -f $(NAME).bbl $(NAME).blg $(NAME).vrb
     16