Skip to content

Conversation

@nicolemarsaglia
Copy link
Contributor

No description provided.

fi

if ${build_anari}; then
echo 'set(ENABLE_ANARI ON CACHE BOOL "")' >> ${root_dir}/ascent-config.cmake
Copy link
Member

Choose a reason for hiding this comment

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

We should only key off of ANARI_DIR, we don't need an extra switch to enable to disable anari.

option(ENABLE_CUDA_DEBUG_CPU_ONLY "Enable CUDA CPU debugging" OFF)

# support ANARI rendering backend
option(ENABLE_ANARI "Build ANARI Support" OFF)
Copy link
Member

Choose a reason for hiding this comment

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

we dont need addtional option, just key off ANARI_DIR

set(ANARI_DIR ${ASCENT_ANARI_DIR})
endif()

if(EXISTS ${ANARI_DIR}/lib64/cmake/Kokkos/)
Copy link
Member

Choose a reason for hiding this comment

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

is kokkos a typo here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

bingo! copy/paste typo

else if(extract_type == "steering")
{
filter_name = "steering";
}
Copy link
Member

Choose a reason for hiding this comment

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

why is this guy getting removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Weird. I don't know. Probably messed up during a merge or something.

Thanks for catching

@nicolemarsaglia nicolemarsaglia marked this pull request as draft September 24, 2025 15:13
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.

3 participants