Pradeep Garigipati

Results 242 comments of Pradeep Garigipati

> About the second part, renaming some CMake variables, yes, I would be happy to accept such a PR. Sure, will send soon. > Is it this you are talking...

Yes, something like that should work fine. Set policies are ignored I believe if they are not available in current version. So that should be also good.

With Python 3.7: Using `tokens.__next__()` seems to work and I only changed that, didn't have to do additional steps @csfreebird had to do. Update: nevermind, I got the message much...

@hyliu1989 @ZacDiggum I have been looking into the transitive dependencies for `afcpu.dll` & `af.dll` and both of them list only `ucrtbase.dll` , I do not see `ucrtbased.dll` anywhere in the...

@hyliu1989 @ZacDiggum Also, can you please tell us how did you install arrayfire-python package ? via conda or pip ?

@ZacDiggum Regarding the mkl loading issue, is the path to dll files of ArrayFire installation added to `PATH` environment variable ? Since, mkl does runtime loading of it's own dlls,...

afaik, you can't really search the list of dlls directly in the dependency-walker GUI. Hence I asked you to save that as text file - save icon in the GUI....

Thank you for the traces and logs, I found the dll that is loading debug VC runtime dll which is in turn loading the ucrtbase debug dll. It is an...

@ZacDiggum @hyliu1989 There is a work around for your current situation if you don't use graphics functionality from ArrayFire. Download the http://arrayfire.s3.amazonaws.com/3.6.2/ArrayFire-no-gl-v3.6.2.exe and use that, that won't look for debug...

@umar456 We should probably just do a new fix release instead of regenerating now and then again doing it for 3.6.3 again. Nvm, we should still fix 3.6.2 gl installer...