Skip to content

Commit

Permalink
[feat] use 'make register' to report register counts in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 8, 2024
1 parent 3c7ac2a commit 14ca45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ fermioct: LINKOPT+=--mex mcxlab.cpp $(INCLUDEDIRS)
fermidebug: CUCCOPT+=-DMCX_DEBUG
fermidebug: fermi

register: fermi
register: CUCCOPT+=-Xptxas -O3,-v

all: fermi
debug: debugxor
mex: fermimex
Expand Down

0 comments on commit 14ca45d

Please sign in to comment.