Skip to content

Commit

Permalink
Revert again.
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed Jun 11, 2024
1 parent a91df1c commit e7e4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyebsdindex/_ebsd_index_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ def __optimizegpuchunk__(indexer, ngpupro, gpu_id, clparam):
@ray.remote(num_cpus=1, num_gpus=1)
class GPUWorker:
def __init__(self, actorid=0, clparammodule=None, gpu_id=None, cudavis = '0'):
del os.environ['CUDA_VISIBLE_DEVICES']
#del os.environ['CUDA_VISIBLE_DEVICES']
# sys.path.append(path.dirname(path.dirname(__file__))) # do this to help Ray find the program files
# import openclparam # do this to help Ray find the program files
# device, context, queue, program, mf
Expand Down

0 comments on commit e7e4318

Please sign in to comment.