Skip to content
Discussion options

You must be logged in to vote

Hello @lesphere,

Your example does not generate a kernel, so the the async print instruction never gets executed. The following example prints as expected:

a = mi.UInt32([1, 2, 3])
dr.printf_async('test %d\n', a)
b = dr.sqr(a)
dr.eval(b)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wjakob
Comment options

@merlinND
Comment options

@lesphere
Comment options

Answer selected by lesphere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants