Skip to content

Commit

Permalink
Guard hipblaslt.cpp with MIGRAPHX_USE_HIPBLASLT to fix windows build …
Browse files Browse the repository at this point in the history
…failure
  • Loading branch information
ahsan-ca committed Nov 7, 2024
1 parent 65f72ab commit 4ff36ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/targets/gpu/compile_hipblaslt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

#if MIGRAPHX_USE_HIPBLASLT
#include <migraphx/gpu/compile_hipblaslt.hpp>
#include <migraphx/gpu/context.hpp>
#include <migraphx/module.hpp>
Expand Down Expand Up @@ -100,3 +102,4 @@ void compile_hipblaslt::apply(module& m) const
} // namespace gpu
} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx
#endif // MIGRAPHX_USE_HIPBLASLT

0 comments on commit 4ff36ae

Please sign in to comment.