Commit 3af15212 authored by Astha Rai's avatar Astha Rai
Browse files

updated Makefile runs with no errors

parent 516bbdcb
......@@ -4,5 +4,5 @@ CFLAGS=-I ~/rocm/composable_kernel/include -I /opt/rocm-5.1.1/hip/include -I ~/r
CXXFLAGS = -std=c++17
xx.o:
hipcc -c $(CFLAGS) $(CXXFLAGS) xx.cpp
xx.o:
hipcc -fPIC -fvisibility=hidden $(CXXFLAGS) -w /opt/rocm/amdgcn/bitcode/oclc_abi_version_400.bc $(CFLAGS) -L/opt/rocm/rocrand -lrocrand -x hip -c -o xx.cpp
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment