Skip to content

Commit

Permalink
[Examples]-Added -cl12 flag to vector_copy Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-ethan committed Sep 9, 2019
1 parent 6d203e1 commit 4e63fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloc/vector_copy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(TEST_NAME): $(OBJ_FILES) $(COMMON_OBJ_FILES)
$(CXX) $(OBJ_FILES) $(LFLAGS) -o $(TEST_NAME)

$(CL_FILE).hsaco :
$(AOMP)/bin/cloc.sh -mcpu $(MYGPU) $(CL_FILE).cl
$(AOMP)/bin/cloc.sh -cl12 -mcpu $(MYGPU) $(CL_FILE).cl

clean:
rm -rf obj/*o *.hsaco $(TEST_NAME)
Expand Down

0 comments on commit 4e63fd3

Please sign in to comment.