Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115172361
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 30, 06:04
Size
396 B
Mime Type
text/x-makefile
Expires
Sun, Jun 1, 06:04 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26445725
Attached To
R10834 Project_multiproc
Makefile
View Options
NVCC = nvcc
CFLAGS = -Wno-deprecated-gpu-targets -c -O3
LFLAGS = -Wno-deprecated-gpu-targets -lcudart -lcuda
all: assignment4.o implementation.o
$(NVCC) $(LFLAGS) assignment4.o implementation.o -o assignment4
assignment4.o: assignment4.cu utility.h implementation.o
$(NVCC) $(CFLAGS) $< -o $@
implementation.o: implementation.cu
$(NVCC) $(CFLAGS) $< -o $@
clean:
rm -f *.o assignment4
Event Timeline
Log In to Comment