Skip to content

Instantly share code, notes, and snippets.

@tuulos
Created April 5, 2009 21:52
Show Gist options
  • Save tuulos/90553 to your computer and use it in GitHub Desktop.
Save tuulos/90553 to your computer and use it in GitHub Desktop.
def fun_mapinit(input_iter, params):
import os
os.environ["DYLIB_LIBRARY_PATH"] = "your_path"
params.pycuda = __import__("pycuda")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment