Skip to content

Commit

Permalink
Add affinity domains with hwthreads closest to GPU. And some minor fi…
Browse files Browse the repository at this point in the history
…xes and cleanup. Fixes #534
  • Loading branch information
TomTheBear committed Sep 12, 2024
1 parent 4d23735 commit ce0fd89
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 32 deletions.
1 change: 1 addition & 0 deletions make/config_checks.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ endif

ifeq ($(strip $(ROCM_INTERFACE)), true)
# HSA includes 'hsa/xxx.h' and rocprofiler 'xxx.h'
DEFINES += -D__HIP_PLATFORM_AMD__
INCLUDES += -I$(HIPINCLUDE) -I$(HSAINCLUDE) -I$(HSAINCLUDE)/hsa -I$(ROCPROFILERINCLUDE) -I$(RSMIINCLUDE)
endif
Loading

0 comments on commit ce0fd89

Please sign in to comment.