Skip to content

Commit

Permalink
rename a source file to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Apr 9, 2024
1 parent f7b28bd commit 268c486
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fc-solve/scripts/opencl-stress-test.pl
Expand Up @@ -7,10 +7,11 @@
my $lib = "libopencl_find_deal_idx.so";
my $board_gen_dir = "../../source/board_gen";

my $gen_ocl_py_prog = "$board_gen_dir/find-freecell-deal-index-julia-opencl.py";
my $container = "foo";
my $sys = "fedora33";
my $obj = Docker::CLI::Wrapper::Container->new(
my $gen_ocl_py_prog =
"$board_gen_dir/find-freecell-deal-index-generate-opencl-code.py";
my $container = "foo";
my $sys = "fedora40";
my $obj = Docker::CLI::Wrapper::Container->new(
{ container => $container, sys => $sys, }, );
if ( not -d "$board_gen_dir" )
{
Expand Down Expand Up @@ -68,5 +69,4 @@ sub _check_deal
$deal &= ( ( 1 << 33 ) - 1 );
next DEAL if ( $deal == 0 );
_check_deal( { deal => $deal, } );

}

0 comments on commit 268c486

Please sign in to comment.