ruby: guard usage of GPUCoalescer code in Profiler
authorTony Gutierrez <anthony.gutierrez@amd.com>
Thu, 19 Jan 2017 16:59:34 +0000 (11:59 -0500)
committerTony Gutierrez <anthony.gutierrez@amd.com>
Thu, 19 Jan 2017 16:59:34 +0000 (11:59 -0500)
commit1961a942f395d0b880461106a09761b92e2d53f6
treebc70ed383e9f04cc28d3742eaeab6091d0b45929
parent42044645b9e3a60bd77a84de6c356033d6133004
ruby: guard usage of GPUCoalescer code in Profiler

the GPUCoalescer code is used in the ruby profiler regardless of
whether or not the coalescer code has been compiled, which can
lead to link/run time errors. here we add #ifdefs to guard the
usage of GPUCoalescer code. eventually we should refactor this
code to use probe points.
SConstruct
src/mem/ruby/profiler/Profiler.cc