Skip to content

Conversation

@corepointer
Copy link
Contributor

  • pulled in a few CMake tricks from gpu codegen dev branch to unify lib naming
  • verify MKL and OpenBLAS working
  • cleanup native lib loader class (NativeHelper)
  • build script for Windows

* pulled in a few CMake tricks from gpu codegen dev branch to unify lib naming
* verify MKL and OpenBLAS working
* cleanup native lib loader class (NativeHelper)
* build script for Windows
Copy link
Contributor

@Baunsgaard Baunsgaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* @return true if operating system is supported
*/
private static boolean isSupportedOS() {
if(SystemUtils.IS_OS_LINUX || SystemUtils.IS_OS_WINDOWS) {
Copy link
Contributor

@Baunsgaard Baunsgaard Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could it not also include UNIX?
for mac support?
If not it would make sense to add a task on JIRA for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have Mac support anymore. We can put it on the wish list in JIRA 😉

@corepointer corepointer deleted the native-blas-fixes-2.0 branch February 5, 2021 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants